Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aevar.h98 uint32_t tx_underrun; member
H A Dif_ae.c458 "Tx FIFO underruns", &ae_stats->tx_underrun); in ae_init_tunables()
2204 stats->tx_underrun++; in ae_update_stats_tx()
/freebsd/sys/dev/ale/
H A Dif_alevar.h170 uint32_t tx_underrun; member
H A Dif_alereg.h608 uint32_t tx_underrun; member
H A Dif_ale.c923 &stats->tx_underrun, "FIFO underruns"); in ale_sysctl_node()
2154 stat->tx_underrun += smb->tx_underrun; in ale_stats_update()
2169 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in ale_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h182 uint32_t tx_underrun; member
H A Dif_agereg.h536 uint32_t tx_underrun; member
H A Dif_age.c2056 stat->tx_underrun += smb->tx_underrun; in age_stats_update()
2071 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
3223 stats->tx_underrun); in sysctl_age_stats()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h186 uint32_t tx_underrun; member
H A Dif_alcreg.h1177 uint32_t tx_underrun; member
H A Dif_alc.c1906 &stats->tx_underrun, "FIFO underruns"); in alc_sysctl_node()
3281 stat->tx_underrun += smb->tx_underrun; in alc_stats_update()
3296 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated); in alc_stats_update()
/freebsd/sys/dev/vr/
H A Dif_vrreg.h706 uint32_t tx_underrun; member
H A Dif_vr.c1497 sc->vr_stat.tx_underrun++; in vr_txeof()
1651 sc->vr_stat.tx_underrun++; in vr_tx_underrun()
2644 printf("Outbound underrun : %u\n", stat->tx_underrun); in vr_sysctl_stats()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c342 RMON_UPDATE(mac, tx_underrun, 0); in t3_vsc7323_update_stats()
H A Dcxgb_common.h193 u64 tx_underrun; /* # of Tx FIFO underruns */ member
H A Dcxgb_xgmac.c843 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); in t3_mac_update_stats()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h911 * @tx_underrun: TX killed due to underrun
956 __le32 tx_underrun;
831 __le32 tx_underrun; global() member
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2174 return (mstats->tx_excess_collisions + mstats->tx_underrun + in cxgb_get_counter()
H A Dcxgb_sge.c3627 CXGB_SYSCTL_ADD_QUAD(tx_underrun); in t3_add_configured_sysctls()