Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_alevar.h165 uint32_t tx_single_colls; member
H A Dif_alereg.h604 uint32_t tx_single_colls; member
H A Dif_ale.c933 &stats->tx_single_colls, "Single collisions"); in ale_sysctl_node()
2185 stat->tx_single_colls += smb->tx_single_colls; in ale_stats_update()
2199 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in ale_stats_update()
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_agevar.h178 uint32_t tx_single_colls; member
H A Dif_agereg.h532 uint32_t tx_single_colls; member
H A Dif_age.c2075 stat->tx_single_colls += smb->tx_single_colls; in age_stats_update()
2089 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in age_stats_update()
3238 stats->tx_single_colls); in sysctl_age_stats()
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alcvar.h181 uint32_t tx_single_colls; member
H A Dif_alcreg.h1173 uint32_t tx_single_colls; member
H A Dif_alc.c1894 &stats->tx_single_colls, "Single collisions"); in alc_sysctl_node()
3296 stat->tx_single_colls += smb->tx_single_colls; in alc_stats_update()
3310 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in alc_stats_update()
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfereg.h550 uint32_t tx_single_colls; member
H A Dif_bfe.c1281 stats->tx_single_colls += mib[MIB_TX_SCOLS]; in bfe_stats_update()
1916 printf("Transmit total collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
1917 printf("Transmit single collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_mskreg.h2500 uint32_t tx_single_colls; member
H A Dif_msk.c4435 stats->tx_single_colls += in msk_stats_update()
4587 child, tx_single_colls, "Single collisions"); in msk_sysctl_node()