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

/freebsd-12-stable/sys/dev/ae/
H A Dif_aevar.h100 uint32_t tx_underrun; member in struct:ae_stats
H A Dif_ae.c476 "Tx FIFO underruns", &ae_stats->tx_underrun);
2232 stats->tx_underrun++;
/freebsd-12-stable/sys/dev/ep/
H A Dif_epvar.h71 short tx_underrun; member in struct:ep_softc
H A Dif_ep.c344 sc->rx_overrunf = sc->rx_overrunl = sc->tx_underrun = 0;
459 sc->rx_overrunf = sc->rx_overrunl = sc->tx_underrun = 0;
638 sc->rx_overrunl, sc->tx_underrun);
670 sc->tx_underrun++;
/freebsd-12-stable/sys/dev/age/
H A Dif_agevar.h184 uint32_t tx_underrun; member in struct:age_stats
H A Dif_agereg.h538 uint32_t tx_underrun; member in struct:smb
H A Dif_age.c2085 stat->tx_underrun += smb->tx_underrun;
2100 smb->tx_late_colls + smb->tx_underrun +
3251 stats->tx_underrun);
/freebsd-12-stable/sys/dev/alc/
H A Dif_alcvar.h188 uint32_t tx_underrun; member in struct:alc_hw_stats
H A Dif_alcreg.h1179 uint32_t tx_underrun; member in struct:smb
H A Dif_alc.c1906 &stats->tx_underrun, "FIFO underruns");
3304 stat->tx_underrun += smb->tx_underrun;
3319 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated);
/freebsd-12-stable/sys/dev/ale/
H A Dif_alevar.h172 uint32_t tx_underrun; member in struct:ale_hw_stats
H A Dif_alereg.h610 uint32_t tx_underrun; member in struct:smb
H A Dif_ale.c954 &stats->tx_underrun, "FIFO underruns");
2202 stat->tx_underrun += smb->tx_underrun;
2217 smb->tx_excess_colls + smb->tx_underrun + smb->tx_pkts_truncated);
/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c344 RMON_UPDATE(mac, tx_underrun, 0);
H A Dcxgb_common.h195 u64 tx_underrun; /* # of Tx FIFO underruns */ member in struct:mac_stats
H A Dcxgb_xgmac.c834 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES);
/freebsd-12-stable/sys/dev/vr/
H A Dif_vrreg.h710 uint32_t tx_underrun; member in struct:vr_statistics
H A Dif_vr.c1497 sc->vr_stat.tx_underrun++;
1651 sc->vr_stat.tx_underrun++;
2649 printf("Outbound underrun : %u\n", stat->tx_underrun);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c2229 return (mstats->tx_excess_collisions + mstats->tx_underrun +
H A Dcxgb_sge.c3655 CXGB_SYSCTL_ADD_QUAD(tx_underrun);

Completed in 209 milliseconds