Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/cxgb/ | |
cxgb_vsc7323.c | 348 RMON_UPDATE(mac, tx_underrun, 0); |
cxgb_common.h | 193 u64 tx_underrun; /* # of Tx FIFO underruns */ member in struct:mac_stats |
cxgb_xgmac.c | 676 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); |
/src/sys/dev/pci/ | |
if_agereg.h | 531 uint32_t tx_underrun; member in struct:smb 797 uint32_t tx_underrun; member in struct:age_stats |
if_alereg.h | 604 uint32_t tx_underrun; member in struct:smb 892 uint32_t tx_underrun; member in struct:ale_hw_stats |
if_alcreg.h | 1151 uint32_t tx_underrun; member in struct:smb 1424 uint32_t tx_underrun; member in struct:alc_hw_stats |
if_age.c | 2048 stat->tx_underrun += smb->tx_underrun; 2067 smb->tx_late_colls + smb->tx_underrun + |
if_ale.c | 1246 stat->tx_underrun += smb->tx_underrun; 1272 smb->tx_underrun); |
if_alc.c | 2281 stat->tx_underrun += smb->tx_underrun; 2300 smb->tx_underrun + smb->tx_pkts_truncated); |