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

/openbsd-current/sys/dev/pci/
H A Dif_bge.c3945 ifp->if_collisions += (u_int32_t)(cnt - sc->bge_tx_collisions);
3946 sc->bge_tx_collisions = cnt;
4349 sc->bge_tx_collisions = 0;
H A Dif_bgereg.h2943 u_int32_t bge_tx_collisions; member in struct:bge_softc

Completed in 191 milliseconds