Searched refs:RL_TXSTAT_COLLCNT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/rl/ | ||
H A D | if_rlreg.h | 229 #define RL_TXSTAT_COLLCNT 0x0F000000 macro |
H A D | if_rl.c | 1247 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & RL_TXSTAT_COLLCNT) >> 24); in rl_txeof() |