Searched refs:NGE_TXSTAT_COLLCNT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/nge/ | ||
H A D | if_ngereg.h | 526 #define NGE_TXSTAT_COLLCNT 0x000F0000 macro |
H A D | if_nge.c | 1650 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (cmdsts & NGE_TXSTAT_COLLCNT) >> 16); in nge_txeof() |