Searched refs:tx_late_colls (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_vtereg.h420 uint32_t tx_late_colls; member in struct:vte_hw_stats
H A Dif_agereg.h538 uint32_t tx_late_colls; member in struct:smb
804 uint32_t tx_late_colls; member in struct:age_stats
H A Dif_alereg.h599 uint32_t tx_late_colls; member in struct:smb
886 uint32_t tx_late_colls; member in struct:ale_hw_stats
H A Dif_vte.c829 stat->tx_late_colls += (value & 0xFF);
836 ifp->if_collisions = stat->tx_late_colls;
837 ifp->if_oerrors = stat->tx_late_colls + stat->tx_underruns;
H A Dif_age.c1924 stat->tx_late_colls += smb->tx_late_colls;
1934 smb->tx_multi_colls + smb->tx_late_colls +
1938 smb->tx_late_colls + smb->tx_underrun +
H A Dif_ale.c1218 stat->tx_late_colls += smb->tx_late_colls;
1228 smb->tx_multi_colls * 2 + smb->tx_late_colls +
1231 ifp->if_oerrors += smb->tx_late_colls + smb->tx_excess_colls +
H A Dif_alcreg.h1138 uint32_t tx_late_colls; member in struct:smb
1410 uint32_t tx_late_colls; member in struct:alc_hw_stats
H A Dif_alc.c2168 stat->tx_late_colls += smb->tx_late_colls;
2178 smb->tx_multi_colls * 2 + smb->tx_late_colls +
2181 ifp->if_oerrors += smb->tx_late_colls + smb->tx_excess_colls +

Completed in 210 milliseconds