Home
last modified time | relevance | path

Searched refs:tx_excess_colls (Results 1 – 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_alevar.h168 uint32_t tx_excess_colls; member
H A Dif_alereg.h607 uint32_t tx_excess_colls; member
H A Dif_ale.c939 &stats->tx_excess_colls, "Excessive collisions"); in ale_sysctl_node()
2188 stat->tx_excess_colls += smb->tx_excess_colls; in ale_stats_update()
2201 smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT); in ale_stats_update()
2204 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in ale_stats_update()
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_agevar.h181 uint32_t tx_excess_colls; member
H A Dif_agereg.h535 uint32_t tx_excess_colls; member
H A Dif_age.c2078 stat->tx_excess_colls += smb->tx_excess_colls; in age_stats_update()
2091 smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT); in age_stats_update()
2093 if_inc_counter(ifp, IFCOUNTER_OERRORS, smb->tx_excess_colls + in age_stats_update()
3244 stats->tx_excess_colls); in sysctl_age_stats()
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alcvar.h184 uint32_t tx_excess_colls; member
H A Dif_alcreg.h1176 uint32_t tx_excess_colls; member
H A Dif_alc.c1900 &stats->tx_excess_colls, "Excessive collisions"); in alc_sysctl_node()
3299 stat->tx_excess_colls += smb->tx_excess_colls; in alc_stats_update()
3312 smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT); in alc_stats_update()
3315 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in alc_stats_update()
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfereg.h552 uint32_t tx_excess_colls; member
H A Dif_bfe.c1283 stats->tx_excess_colls += mib[MIB_TX_ECOLS]; in bfe_stats_update()
1919 printf("Transmit excess collisions : %u\n", stats->tx_excess_colls); in sysctl_bfe_stats()
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_mskreg.h2498 uint32_t tx_excess_colls; member
H A Dif_msk.c4431 stats->tx_excess_colls += in msk_stats_update()
4583 child, tx_excess_colls, "Excessive collisions"); in msk_sysctl_node()