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 D | if_alevar.h | 165 uint32_t tx_single_colls; member
|
H A D | if_alereg.h | 604 uint32_t tx_single_colls; member
|
H A D | if_ale.c | 933 &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 D | if_agevar.h | 178 uint32_t tx_single_colls; member
|
H A D | if_agereg.h | 532 uint32_t tx_single_colls; member
|
H A D | if_age.c | 2075 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 D | if_alcvar.h | 181 uint32_t tx_single_colls; member
|
H A D | if_alcreg.h | 1173 uint32_t tx_single_colls; member
|
H A D | if_alc.c | 1894 &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 D | if_bfereg.h | 550 uint32_t tx_single_colls; member
|
H A D | if_bfe.c | 1281 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 D | if_mskreg.h | 2500 uint32_t tx_single_colls; member
|
H A D | if_msk.c | 4435 stats->tx_single_colls += in msk_stats_update() 4587 child, tx_single_colls, "Single collisions"); in msk_sysctl_node()
|