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

/openbsd-current/sys/dev/pci/
H A Dif_bge.c3951 ifp->if_ierrors += (uint32_t)(cnt - sc->bge_rx_inerrors);
3952 sc->bge_rx_inerrors = cnt;
4351 sc->bge_rx_inerrors = 0;
H A Dif_bgereg.h2941 u_int32_t bge_rx_inerrors; member in struct:bge_softc

Completed in 205 milliseconds