Home
last modified time | relevance | path

Searched refs:stat16 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/lmc/
HDif_lmc.c1015 u_int8_t ctl1, stat16, feac; in t3_watchdog() local
1021 stat16 = read_framer(sc, T3CSR_STAT16); in t3_watchdog()
1025 stat16 &= ~STAT16_RTLOC; in t3_watchdog()
1031 if ((stat16 & STAT16_RAIS) != 0) /* receiving ais */ in t3_watchdog()
1039 if ((stat16 & STAT16_XERR) != 0) /* receiving rai */ in t3_watchdog()
1048 if ((stat16 & ~(STAT16_FEAC | STAT16_SEF)) != 0) in t3_watchdog()
1060 if ((DRIVER_DEBUG) && ((stat16 & ~STAT16_FEAC) != sc->last_stat16)) in t3_watchdog()
1065 (stat16 & STAT16_RLOS) ? on : off, in t3_watchdog()
1066 (stat16 & STAT16_ROOF) ? on : off, in t3_watchdog()
1067 (stat16 & STAT16_RAIS) ? on : off, in t3_watchdog()
[all …]
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c1264 u_int8_t stat16 = read_framer(T3CSR_STAT16); in print_t3_dsu() local
1276 printf("Receive RAI \t\t%s\n", stat16 & STAT16_XERR ? yes : no); in print_t3_dsu()
1278 printf("Receive AIS: \t\t%s\n", stat16 & STAT16_RAIS ? yes : no); in print_t3_dsu()
1280 printf("Receive IDLE: \t\t%s\n", stat16 & STAT16_RIDL ? yes : no); in print_t3_dsu()
1283 printf("Loss of Signal:\t\t%s\n", stat16 & STAT16_RLOS ? yes : no); in print_t3_dsu()
1284 printf("Loss of Frame: \t\t%s\n", stat16 & STAT16_ROOF ? yes : no); in print_t3_dsu()
1285 printf("Sev Err Frms: \t\t%s\n", stat16 & STAT16_SEF ? yes : no); in print_t3_dsu()