Searched refs:DC_TXSTAT_COLLCNT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ | ||
H A D | if_dcreg.h | 439 #define DC_TXSTAT_COLLCNT 0x00000078 macro |
H A D | if_dc.c | 3060 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & DC_TXSTAT_COLLCNT) >> 3); in dc_txeof() |