Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ae/
H A Dif_aevar.h100 uint32_t tx_underrun; member
H A Dif_ae.c475 "Tx FIFO underruns", &ae_stats->tx_underrun); in ae_init_tunables()
2232 stats->tx_underrun++; in ae_update_stats_tx()
/freebsd-13.1/sys/dev/ale/
H A Dif_alevar.h172 uint32_t tx_underrun; member
H A Dif_alereg.h610 uint32_t tx_underrun; member
H A Dif_ale.c946 &stats->tx_underrun, "FIFO underruns"); in ale_sysctl_node()
2194 stat->tx_underrun += smb->tx_underrun; in ale_stats_update()
2209 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in ale_stats_update()
/freebsd-13.1/sys/dev/age/
H A Dif_agevar.h184 uint32_t tx_underrun; member
H A Dif_agereg.h538 uint32_t tx_underrun; member
H A Dif_age.c2083 stat->tx_underrun += smb->tx_underrun; in age_stats_update()
2098 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
3250 stats->tx_underrun); in sysctl_age_stats()
/freebsd-13.1/sys/dev/alc/
H A Dif_alcvar.h188 uint32_t tx_underrun; member
H A Dif_alcreg.h1179 uint32_t tx_underrun; member
H A Dif_alc.c1906 &stats->tx_underrun, "FIFO underruns"); in alc_sysctl_node()
3304 stat->tx_underrun += smb->tx_underrun; in alc_stats_update()
3319 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in alc_stats_update()
/freebsd-13.1/sys/dev/vr/
H A Dif_vrreg.h708 uint32_t tx_underrun; member
H A Dif_vr.c1510 sc->vr_stat.tx_underrun++; in vr_txeof()
1664 sc->vr_stat.tx_underrun++; in vr_tx_underrun()
2662 printf("Outbound underrun : %u\n", stat->tx_underrun); in vr_sysctl_stats()
/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c344 RMON_UPDATE(mac, tx_underrun, 0); in t3_vsc7323_update_stats()
H A Dcxgb_common.h195 u64 tx_underrun; /* # of Tx FIFO underruns */ member
H A Dcxgb_xgmac.c845 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); in t3_mac_update_stats()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h831 __le32 tx_underrun; member
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_main.c2235 return (mstats->tx_excess_collisions + mstats->tx_underrun + in cxgb_get_counter()
H A Dcxgb_sge.c3638 CXGB_SYSCTL_ADD_QUAD(tx_underrun); in t3_add_configured_sysctls()