Searched refs:T1LINE_SEF (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1249 printf(" SEF=%d", (status.snmp.t3.line & T1LINE_SEF) ? 1 : 0);
1601 printf(" SEF=%d", (status.snmp.t1.line & T1LINE_SEF) ? 1 : 0);
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h708 #define T1LINE_SEF 0x1000 /* near end severely errored frame */
707 #define T1LINE_SEF macro
H A Dif_lmc.c2118 if (alm3 & ALM3_SEF) sc->status.snmp.t1.line |= T1LINE_SEF;

Completed in 82 milliseconds