Home
last modified time | relevance | path

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

/freebsd/sys/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.c915 &stats->tx_single_colls, "Single collisions"); in ale_sysctl_node()
2150 stat->tx_single_colls += smb->tx_single_colls; in ale_stats_update()
2164 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in ale_stats_update()
/freebsd/sys/dev/et/
H A Dif_etvar.h270 uint32_t tx_single_colls; member
H A Dif_et.c2525 &stats->tx_single_colls, "Single collisions"); in et_add_sysctls()
2648 stats->tx_single_colls += CSR_READ_4(sc, ET_STAT_TX_SINGLE_COL); in et_stats_update()
/freebsd/sys/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.c2052 stat->tx_single_colls += smb->tx_single_colls; in age_stats_update()
2066 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in age_stats_update()
3215 stats->tx_single_colls); in sysctl_age_stats()
/freebsd/sys/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.c1898 &stats->tx_single_colls, "Single collisions"); in alc_sysctl_node()
3277 stat->tx_single_colls += smb->tx_single_colls; in alc_stats_update()
3291 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in alc_stats_update()
/freebsd/sys/dev/ste/
H A Dif_stereg.h412 uint32_t tx_single_colls; member
H A Dif_ste.c862 stats->tx_single_colls += val; in ste_stats_update()
2066 &stats->tx_single_colls, "Single collisions"); in ste_sysctl_node()
/freebsd/sys/dev/bfe/
H A Dif_bfereg.h550 uint32_t tx_single_colls; member
H A Dif_bfe.c1273 stats->tx_single_colls += mib[MIB_TX_SCOLS]; in bfe_stats_update()
1908 printf("Transmit total collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
1909 printf("Transmit single collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
/freebsd/sys/dev/msk/
H A Dif_mskreg.h2500 uint32_t tx_single_colls; member
H A Dif_msk.c4389 stats->tx_single_colls += in msk_stats_update()
4541 child, tx_single_colls, "Single collisions"); in msk_sysctl_node()