Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_alereg.h599 uint32_t tx_late_colls; member
886 uint32_t tx_late_colls; member
H A Dif_agereg.h538 uint32_t tx_late_colls; member
804 uint32_t tx_late_colls; member
H A Dif_vtereg.h420 uint32_t tx_late_colls; member
H A Dif_alcreg.h1138 uint32_t tx_late_colls; member
1410 uint32_t tx_late_colls; member
H A Dif_ale.c1213 stat->tx_late_colls += smb->tx_late_colls; in ale_stats_update()
1223 smb->tx_multi_colls * 2 + smb->tx_late_colls + in ale_stats_update()
1226 ifp->if_oerrors += smb->tx_late_colls + smb->tx_excess_colls + in ale_stats_update()
H A Dif_vte.c829 stat->tx_late_colls += (value & 0xFF); in vte_stats_update()
836 ifp->if_collisions = stat->tx_late_colls; in vte_stats_update()
837 ifp->if_oerrors = stat->tx_late_colls + stat->tx_underruns; in vte_stats_update()
H A Dif_age.c1924 stat->tx_late_colls += smb->tx_late_colls; in age_stats_update()
1934 smb->tx_multi_colls + smb->tx_late_colls + in age_stats_update()
1938 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
H A Dif_alc.c2163 stat->tx_late_colls += smb->tx_late_colls; in alc_stats_update()
2173 smb->tx_multi_colls * 2 + smb->tx_late_colls + in alc_stats_update()
2176 ifp->if_oerrors += smb->tx_late_colls + smb->tx_excess_colls + in alc_stats_update()