Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ale/
H A Dif_alevar.h167 uint32_t tx_late_colls; member
H A Dif_alereg.h608 uint32_t tx_late_colls; member
H A Dif_ale.c846 &stats->tx_late_colls, "Late collisions"); in ale_sysctl_node()
1926 stat->tx_late_colls += smb->tx_late_colls; in ale_stats_update()
1940 smb->tx_multi_colls * 2 + smb->tx_late_colls + in ale_stats_update()
1950 IFNET_STAT_INC(ifp, oerrors, smb->tx_abort + smb->tx_late_colls + in ale_stats_update()
/dragonfly/sys/dev/netif/age/
H A Dif_agevar.h174 uint32_t tx_late_colls; member
H A Dif_agereg.h533 uint32_t tx_late_colls; member
H A Dif_age.c1819 stat->tx_late_colls += smb->tx_late_colls; in age_stats_update()
1832 smb->tx_multi_colls + smb->tx_late_colls + in age_stats_update()
1836 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
2898 stats->tx_late_colls); in sysctl_age_stats()
/dragonfly/sys/dev/netif/alc/
H A Dif_alcvar.h184 uint32_t tx_late_colls; member
H A Dif_alcreg.h1181 uint32_t tx_late_colls; member
H A Dif_alc.c1816 &stats->tx_late_colls, "Late collisions"); in alc_sysctl_node()
3175 stat->tx_late_colls += smb->tx_late_colls; in alc_stats_update()
3188 smb->tx_multi_colls * 2 + smb->tx_late_colls + in alc_stats_update()
3192 smb->tx_excess_colls + smb->tx_late_colls + smb->tx_underrun); in alc_stats_update()