Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bge/
HDif_bgereg.h3047 uint32_t bge_rx_discards; member
HDif_bge.c5006 if_inc_counter(ifp, IFCOUNTER_IERRORS, cnt - sc->bge_rx_discards); in bge_stats_update()
5007 sc->bge_rx_discards = cnt; in bge_stats_update()
5524 sc->bge_rx_discards = sc->bge_tx_discards = sc->bge_tx_collisions = 0; in bge_init_locked()