Home
last modified time | relevance | path

Searched refs:tx_late_colls (Results 1 – 19 of 19) sorted by relevance

/freebsd-14-stable/sys/dev/vte/
HDif_vtevar.h110 uint32_t tx_late_colls; member
HDif_vte.c627 &stats->tx_late_colls, "Late collisions"); in vte_sysctl_node()
1295 stat->tx_late_colls += (value & 0xFF); in vte_stats_update()
1315 return (stat->tx_late_colls); in vte_get_counter()
1317 return (stat->tx_late_colls + stat->tx_underruns); in vte_get_counter()
/freebsd-14-stable/sys/dev/ale/
HDif_alevar.h167 uint32_t tx_late_colls; member
HDif_alereg.h606 uint32_t tx_late_colls; member
HDif_ale.c924 &stats->tx_late_colls, "Late collisions"); in ale_sysctl_node()
2157 stat->tx_late_colls += smb->tx_late_colls; in ale_stats_update()
2170 smb->tx_multi_colls * 2 + smb->tx_late_colls + in ale_stats_update()
2173 if_inc_counter(ifp, IFCOUNTER_OERRORS, smb->tx_late_colls + in ale_stats_update()
/freebsd-14-stable/sys/dev/age/
HDif_agevar.h180 uint32_t tx_late_colls; member
HDif_agereg.h534 uint32_t tx_late_colls; member
HDif_age.c2059 stat->tx_late_colls += smb->tx_late_colls; in age_stats_update()
2072 smb->tx_multi_colls + smb->tx_late_colls + in age_stats_update()
2076 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
3224 stats->tx_late_colls); in sysctl_age_stats()
/freebsd-14-stable/sys/dev/et/
HDif_etvar.h272 uint32_t tx_late_colls; member
HDif_et.c2532 &stats->tx_late_colls, "Late collisions"); in et_add_sysctls()
2653 stats->tx_late_colls += CSR_READ_4(sc, ET_STAT_TX_LATE_COL); in et_stats_update()
2683 stats->tx_late_colls); in et_get_counter()
/freebsd-14-stable/sys/dev/alc/
HDif_alcvar.h183 uint32_t tx_late_colls; member
HDif_alcreg.h1175 uint32_t tx_late_colls; member
HDif_alc.c1907 &stats->tx_late_colls, "Late collisions"); in alc_sysctl_node()
3284 stat->tx_late_colls += smb->tx_late_colls; in alc_stats_update()
3297 smb->tx_multi_colls * 2 + smb->tx_late_colls + in alc_stats_update()
3300 if_inc_counter(ifp, IFCOUNTER_OERRORS, smb->tx_late_colls + in alc_stats_update()
/freebsd-14-stable/sys/dev/ste/
HDif_stereg.h414 uint32_t tx_late_colls; member
HDif_ste.c868 stats->tx_late_colls += val; in ste_stats_update()
2072 &stats->tx_late_colls, "Late collisions"); in ste_sysctl_node()
/freebsd-14-stable/sys/dev/bfe/
HDif_bfereg.h553 uint32_t tx_late_colls; member
HDif_bfe.c1279 stats->tx_late_colls += mib[MIB_TX_LCOLS]; in bfe_stats_update()
1915 printf("Transmit late collisions : %u\n", stats->tx_late_colls); in sysctl_bfe_stats()
/freebsd-14-stable/sys/dev/msk/
HDif_mskreg.h2497 uint32_t tx_late_colls; member
HDif_msk.c4407 stats->tx_late_colls += in msk_stats_update()
4559 child, tx_late_colls, "Late collisions"); in msk_sysctl_node()