Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bgereg.h3038 uint32_t bge_tx_collisions; member
H A Dif_bge.c4984 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, cnt - sc->bge_tx_collisions); in bge_stats_update()
4985 sc->bge_tx_collisions = cnt; in bge_stats_update()
5516 sc->bge_rx_discards = sc->bge_tx_discards = sc->bge_tx_collisions = 0; in bge_init_locked()