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

/openbsd-current/sys/dev/pci/
H A Dif_bge.c3958 ifp->if_oerrors += (u_int32_t)(cnt - sc->bge_tx_discards);
3959 sc->bge_tx_discards = cnt;
4353 sc->bge_tx_discards = 0;
H A Dif_bgereg.h2940 u_int32_t bge_tx_discards; member in struct:bge_softc

Completed in 268 milliseconds