Searched refs:TSEC_REG_MON_TNCL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsecreg.h159 #define TSEC_REG_MON_TNCL 0x70c /* Transmit total collision counter macro
H A Dif_tsec.c538 TSEC_WRITE(sc, TSEC_REG_MON_TNCL, 0);
1443 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, TSEC_READ(sc, TSEC_REG_MON_TNCL));
1450 TSEC_WRITE(sc, TSEC_REG_MON_TNCL, 0);

Completed in 104 milliseconds