Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dcreg.h439 #define DC_TXSTAT_COLLCNT 0x00000078 macro
H A Dif_dc.c3060 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & DC_TXSTAT_COLLCNT) >> 3); in dc_txeof()