Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vte/
HDif_vtevar.h110 uint32_t tx_late_colls; member
HDif_vte.c634 &stats->tx_late_colls, "Late collisions"); in vte_sysctl_node()
1302 stat->tx_late_colls += (value & 0xFF); in vte_stats_update()
1322 return (stat->tx_late_colls); in vte_get_counter()
1324 return (stat->tx_late_colls + stat->tx_underruns); in vte_get_counter()
/NextBSD/sys/dev/ale/
HDif_alevar.h167 uint32_t tx_late_colls; member
HDif_alereg.h606 uint32_t tx_late_colls; member
HDif_ale.c946 &stats->tx_late_colls, "Late collisions"); in ale_sysctl_node()
2196 stat->tx_late_colls += smb->tx_late_colls; in ale_stats_update()
2209 smb->tx_multi_colls * 2 + smb->tx_late_colls + in ale_stats_update()
2212 if_inc_counter(ifp, IFCOUNTER_OERRORS, smb->tx_late_colls + in ale_stats_update()
/NextBSD/sys/dev/age/
HDif_agevar.h180 uint32_t tx_late_colls; member
HDif_agereg.h534 uint32_t tx_late_colls; member
HDif_age.c2080 stat->tx_late_colls += smb->tx_late_colls; in age_stats_update()
2093 smb->tx_multi_colls + smb->tx_late_colls + in age_stats_update()
2097 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
3249 stats->tx_late_colls); in sysctl_age_stats()
/NextBSD/sys/dev/alc/
HDif_alcvar.h183 uint32_t tx_late_colls; member
HDif_alcreg.h1165 uint32_t tx_late_colls; member
HDif_alc.c1872 &stats->tx_late_colls, "Late collisions"); in alc_sysctl_node()
3264 stat->tx_late_colls += smb->tx_late_colls; in alc_stats_update()
3277 smb->tx_multi_colls * 2 + smb->tx_late_colls + in alc_stats_update()
3280 if_inc_counter(ifp, IFCOUNTER_OERRORS, smb->tx_late_colls + in alc_stats_update()
/NextBSD/sys/dev/et/
HDif_etvar.h271 uint32_t tx_late_colls; member
HDif_et.c2547 &stats->tx_late_colls, "Late collisions"); in et_add_sysctls()
2668 stats->tx_late_colls += CSR_READ_4(sc, ET_STAT_TX_LATE_COL); in et_stats_update()
2698 stats->tx_late_colls); in et_get_counter()
/NextBSD/sys/dev/ste/
HDif_stereg.h414 uint32_t tx_late_colls; member
HDif_ste.c868 stats->tx_late_colls += val; in ste_stats_update()
2090 &stats->tx_late_colls, "Late collisions"); in ste_sysctl_node()
/NextBSD/sys/dev/bfe/
HDif_bfereg.h553 uint32_t tx_late_colls; member
HDif_bfe.c1283 stats->tx_late_colls += mib[MIB_TX_LCOLS]; in bfe_stats_update()
1920 printf("Transmit late collisions : %u\n", stats->tx_late_colls); in sysctl_bfe_stats()
/NextBSD/sys/dev/txp/
HDif_txpreg.h637 uint32_t tx_late_colls; member
HDif_txp.c2833 stats->tx_late_colls = ostats->tx_late_colls + le32toh(ext[0].ext_3); in txp_stats_update()
2878 return (stats->tx_late_colls + stats->tx_multi_colls + in txp_get_counter()
2949 &stats->tx_late_colls, "Late collisions"); in txp_sysctl_node()
/NextBSD/sys/dev/msk/
HDif_mskreg.h2496 uint32_t tx_late_colls; member
HDif_msk.c4427 stats->tx_late_colls += in msk_stats_update()
4577 child, tx_late_colls, "Late collisions"); in msk_sysctl_node()