/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 356 u32 tx_underrun; /* TX packets aborted due to TX FIFO underrun member 671 u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun member
|
H A D | atl1.c | 1668 smb->tx_underrun + in atl1_inc_smb() 1695 adapter->soft_stats.tx_fifo_errors += smb->tx_underrun; in atl1_inc_smb() 1704 adapter->soft_stats.tx_underrun += smb->tx_underrun; in atl1_inc_smb() 3158 {"tx_underrun", ATL1_STAT(soft_stats.tx_underrun)},
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.h | 158 u32 tx_underrun; member
|
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 149 u64 tx_underrun; member
|
H A D | core.c | 1919 ++st->tx_underrun; in emac_irq() 1993 est->tx_underrun); in emac_stats()
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 260 u64 tx_underrun; /* packets aborted due to FIFO underrun */ member
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 293 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO under… member
|
H A D | atl1e_main.c | 1185 hw_stats->tx_underrun + in atl1e_get_stats() 1188 net_stats->tx_fifo_errors = hw_stats->tx_underrun; in atl1e_get_stats()
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | tc35815.c | 396 int tx_underrun; member 1692 if (lp->lstats.tx_underrun < TX_THRESHOLD_KEEP_LIMIT) { in tc35815_check_tx_stat() 1693 lp->lstats.tx_underrun++; in tc35815_check_tx_stat() 1694 if (lp->lstats.tx_underrun >= TX_THRESHOLD_KEEP_LIMIT) { in tc35815_check_tx_stat() 1989 data[3] = lp->lstats.tx_underrun; in tc35815_get_ethtool_stats()
|
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 439 u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun member
|
H A D | hw.c | 1116 hw->stats.tx_underrun += alx_read_mem32(hw, ALX_MIB_TX_UNDERRUN); in alx_update_hw_stats()
|
/linux/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 344 u32 tx_underrun; member 663 u32 tx_underrun; member 831 GBE_STATSA_INFO(tx_underrun), 866 GBE_STATSB_INFO(tx_underrun), 901 GBE_STATSC_INFO(tx_underrun), 936 GBE_STATSD_INFO(tx_underrun), 1673 XGBE_STATS1_INFO(tx_underrun), 1710 XGBE_STATS2_INFO(tx_underrun),
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 344 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO underrun… member
|
H A D | atl1c_main.c | 1566 hw_stats->tx_underrun + in atl1c_get_stats() 1569 net_stats->tx_fifo_errors = hw_stats->tx_underrun; in atl1c_get_stats()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 956 __le32 tx_underrun; member
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 203 u64 tx_underrun; /* # of Tx FIFO underruns */ member
|
H A D | xgmac.c | 640 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); in t3_mac_update_stats()
|
H A D | cxgb3_main.c | 1503 ns->tx_errors = pstats->tx_underrun; in cxgb_get_stats() 1519 ns->tx_fifo_errors = pstats->tx_underrun; in cxgb_get_stats() 1677 *data++ = s->tx_underrun; in get_stats()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | 684 atomic64_t tx_underrun; member
|
H A D | gianfar.c | 2703 atomic64_inc(&priv->extra_stats.tx_underrun); in gfar_error()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb.h | 991 u32 tx_underrun; member
|
H A D | macb_main.c | 3120 hwstat->tx_underrun + in gem_get_stats() 3136 nstat->tx_fifo_errors = hwstat->tx_underrun; in gem_get_stats()
|
/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 315 __le16 tx_underrun; member 1578 tmp_stats[i++] = le16_to_cpu(nic_stats->tx_underrun); in cp_get_ethtool_stats()
|
H A D | r8169_main.c | 588 __le16 tx_underrun; member 1850 data[12] = le16_to_cpu(counters->tx_underrun); in rtl8169_get_ethtool_stats()
|
/linux/drivers/net/ethernet/realtek/rtase/ |
H A D | rtase_main.c | 101 __le16 tx_underrun; member 1633 le16_to_cpu(counters->tx_underrun)); in rtase_dump_state()
|