Searched refs:bge_tx_discards (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/bge/
H A Dif_bge.c5016 if_inc_counter(ifp, IFCOUNTER_OERRORS, cnt - sc->bge_tx_discards);
5017 sc->bge_tx_discards = cnt;
5530 sc->bge_rx_discards = sc->bge_tx_discards = sc->bge_tx_collisions = 0;
H A Dif_bgereg.h3052 uint32_t bge_tx_discards; member in struct:bge_softc

Completed in 126 milliseconds