Home
last modified time | relevance | path

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

/freebsd-14.2/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.c921 &stats->tx_single_colls, "Single collisions"); in ale_sysctl_node()
2173 stat->tx_single_colls += smb->tx_single_colls; in ale_stats_update()
2187 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in ale_stats_update()
/freebsd-14.2/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.c2062 stat->tx_single_colls += smb->tx_single_colls; in age_stats_update()
2076 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in age_stats_update()
3225 stats->tx_single_colls); in sysctl_age_stats()
/freebsd-14.2/sys/dev/et/
H A Dif_etvar.h270 uint32_t tx_single_colls; member
H A Dif_et.c2528 &stats->tx_single_colls, "Single collisions"); in et_add_sysctls()
2651 stats->tx_single_colls += CSR_READ_4(sc, ET_STAT_TX_SINGLE_COL); in et_stats_update()
/freebsd-14.2/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.c1904 &stats->tx_single_colls, "Single collisions"); in alc_sysctl_node()
3306 stat->tx_single_colls += smb->tx_single_colls; in alc_stats_update()
3320 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls + in alc_stats_update()
/freebsd-14.2/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()
2080 &stats->tx_single_colls, "Single collisions"); in ste_sysctl_node()
/freebsd-14.2/sys/dev/bfe/
H A Dif_bfereg.h550 uint32_t tx_single_colls; member
H A Dif_bfe.c1276 stats->tx_single_colls += mib[MIB_TX_SCOLS]; in bfe_stats_update()
1911 printf("Transmit total collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
1912 printf("Transmit single collisions : %u\n", stats->tx_single_colls); in sysctl_bfe_stats()
/freebsd-14.2/sys/dev/msk/
H A Dif_mskreg.h2500 uint32_t tx_single_colls; member
H A Dif_msk.c4409 stats->tx_single_colls += in msk_stats_update()
4561 child, tx_single_colls, "Single collisions"); in msk_sysctl_node()