Searched refs:STAT16_XERR (Results 1 – 3 of 3) sorted by relevance
389 #define STAT16_XERR 0x01 /* X-bit Error */ macro
1039 if ((stat16 & STAT16_XERR) != 0) /* receiving rai */ in t3_watchdog()1070 (stat16 & STAT16_XERR) ? on : off); in t3_watchdog()1222 if (stat16 & STAT16_XERR) sc->status.snmp.t3.line |= TLINE_RX_RAI; in t3_watchdog()
1276 printf("Receive RAI \t\t%s\n", stat16 & STAT16_XERR ? yes : no); in print_t3_dsu()