Searched refs:tx_late_colls (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14-stable/sys/dev/vte/ |
| HD | if_vtevar.h | 110 uint32_t tx_late_colls; member
|
| HD | if_vte.c | 627 &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/ |
| HD | if_alevar.h | 167 uint32_t tx_late_colls; member
|
| HD | if_alereg.h | 606 uint32_t tx_late_colls; member
|
| HD | if_ale.c | 924 &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/ |
| HD | if_agevar.h | 180 uint32_t tx_late_colls; member
|
| HD | if_agereg.h | 534 uint32_t tx_late_colls; member
|
| HD | if_age.c | 2059 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/ |
| HD | if_etvar.h | 272 uint32_t tx_late_colls; member
|
| HD | if_et.c | 2532 &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/ |
| HD | if_alcvar.h | 183 uint32_t tx_late_colls; member
|
| HD | if_alcreg.h | 1175 uint32_t tx_late_colls; member
|
| HD | if_alc.c | 1907 &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/ |
| HD | if_stereg.h | 414 uint32_t tx_late_colls; member
|
| HD | if_ste.c | 868 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/ |
| HD | if_bfereg.h | 553 uint32_t tx_late_colls; member
|
| HD | if_bfe.c | 1279 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/ |
| HD | if_mskreg.h | 2497 uint32_t tx_late_colls; member
|
| HD | if_msk.c | 4407 stats->tx_late_colls += in msk_stats_update() 4559 child, tx_late_colls, "Late collisions"); in msk_sysctl_node()
|