Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h3034 uint32_t bge_rx_discards; member
H A Dif_bge.c4982 if_inc_counter(ifp, IFCOUNTER_IERRORS, cnt - sc->bge_rx_discards); in bge_stats_update()
4983 sc->bge_rx_discards = cnt; in bge_stats_update()
5504 sc->bge_rx_discards = sc->bge_tx_discards = sc->bge_tx_collisions = 0; in bge_init_locked()