Searched refs:tx_underrun (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/ae/
H A Dif_aevar.h98 uint32_t tx_underrun; member in struct:ae_stats
H A Dif_ae.c472 "Tx FIFO underruns", &ae_stats->tx_underrun);
2228 stats->tx_underrun++;
/freebsd-11-stable/sys/dev/ep/
H A Dif_epvar.h70 short tx_underrun; member in struct:ep_softc
H A Dif_ep.c342 sc->rx_overrunf = sc->rx_overrunl = sc->tx_underrun = 0;
457 sc->rx_overrunf = sc->rx_overrunl = sc->tx_underrun = 0;
650 sc->rx_overrunl, sc->tx_underrun);
682 sc->tx_underrun++;
/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h182 uint32_t tx_underrun; member in struct:age_stats
H A Dif_agereg.h536 uint32_t tx_underrun; member in struct:smb
H A Dif_age.c2081 stat->tx_underrun += smb->tx_underrun;
2096 smb->tx_late_colls + smb->tx_underrun +
3252 stats->tx_underrun);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h170 uint32_t tx_underrun; member in struct:ale_hw_stats
H A Dif_alereg.h608 uint32_t tx_underrun; member in struct:smb
H A Dif_ale.c950 &stats->tx_underrun, "FIFO underruns");
2198 stat->tx_underrun += smb->tx_underrun;
2213 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated);
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h186 uint32_t tx_underrun; member in struct:alc_hw_stats
H A Dif_alcreg.h1169 uint32_t tx_underrun; member in struct:smb
H A Dif_alc.c1893 &stats->tx_underrun, "FIFO underruns");
3283 stat->tx_underrun += smb->tx_underrun;
3298 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c344 RMON_UPDATE(mac, tx_underrun, 0);
H A Dcxgb_common.h194 u64 tx_underrun; /* # of Tx FIFO underruns */ member in struct:mac_stats
H A Dcxgb_xgmac.c833 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES);
/freebsd-11-stable/sys/dev/vr/
H A Dif_vrreg.h708 uint32_t tx_underrun; member in struct:vr_statistics
H A Dif_vr.c1495 sc->vr_stat.tx_underrun++;
1649 sc->vr_stat.tx_underrun++;
2647 printf("Outbound underrun : %u\n", stat->tx_underrun);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c3617 CXGB_SYSCTL_ADD_QUAD(tx_underrun);
H A Dcxgb_main.c2220 return (mstats->tx_excess_collisions + mstats->tx_underrun +

Completed in 340 milliseconds