Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_alereg.h604 uint32_t tx_underrun; member
892 uint32_t tx_underrun; member
H A Dif_agereg.h531 uint32_t tx_underrun; member
797 uint32_t tx_underrun; member
H A Dif_alcreg.h1151 uint32_t tx_underrun; member
1424 uint32_t tx_underrun; member
H A Dif_ale.c1246 stat->tx_underrun += smb->tx_underrun; in ale_stats_update()
1272 smb->tx_underrun); in ale_stats_update()
H A Dif_age.c2048 stat->tx_underrun += smb->tx_underrun; in age_stats_update()
2067 smb->tx_late_colls + smb->tx_underrun + in age_stats_update()
H A Dif_alc.c2281 stat->tx_underrun += smb->tx_underrun; in alc_stats_update()
2300 smb->tx_underrun + smb->tx_pkts_truncated); in alc_stats_update()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_vsc7323.c348 RMON_UPDATE(mac, tx_underrun, 0); in t3_vsc7323_update_stats()
H A Dcxgb_xgmac.c676 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); in t3_mac_update_stats()
H A Dcxgb_common.h193 u64 tx_underrun; /* # of Tx FIFO underruns */ member