Home
last modified time | relevance | path

Searched refs:CFG_LOOP_NONE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/lmc/
HDif_lmc.c773 sc->config.loop_back = CFG_LOOP_NONE; in hssi_config()
890 if (sc->config.loop_back != CFG_LOOP_NONE) in hssi_watchdog()
935 sc->config.loop_back = CFG_LOOP_NONE; in t3_config()
1242 if (sc->config.loop_back != CFG_LOOP_NONE) /* XXX INWARD ONLY */ in t3_watchdog()
1303 if (ioctl->data == CFG_LOOP_NONE) in t3_ioctl()
1359 sc->config.loop_back = CFG_LOOP_NONE; in ssi_config()
1493 if (sc->config.loop_back != CFG_LOOP_NONE) in ssi_watchdog()
1538 sc->config.loop_back = CFG_LOOP_NONE; in t1_config()
2132 if (sc->config.loop_back != CFG_LOOP_NONE) /* XXX INWARD ONLY */ in t1_watchdog()
2236 if (ioctl->data == CFG_LOOP_NONE) in t1_ioctl()
HDif_lmc.h835 #define CFG_LOOP_NONE 1 /* SNMP don't loop back anything */ macro
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c720 case CFG_LOOP_NONE: in print_loop_back()