Home
last modified time | relevance | path

Searched refs:RL_TXSTAT_COLLCNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/rl/
H A Dif_rlreg.h229 #define RL_TXSTAT_COLLCNT 0x0F000000 macro
H A Dif_rl.c1247 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & RL_TXSTAT_COLLCNT) >> 24); in rl_txeof()