/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.h | 158 u32 tx_underrun; member
|
D | bcm63xx_enet.c | 1306 { "tx_underrun", GEN_STAT(mib.tx_underrun), ETH_MIB_TX_UNDERRUN }, 2555 { "tx_undersize", GEN_STAT(mib.tx_underrun), ETHSW_MIB_RX_UND },
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.h | 159 u64 tx_underrun; member
|
D | core.c | 1868 ++st->tx_underrun; in emac_irq() 1942 est->tx_underrun); in emac_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 306 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO under… member
|
D | atl1e_main.c | 1201 hw_stats->tx_underrun + in atl1e_get_stats() 1204 net_stats->tx_fifo_errors = hw_stats->tx_underrun; in atl1e_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 284 u32 tx_underrun; member 601 u32 tx_underrun; member 755 GBE_STATSA_INFO(tx_underrun), 790 GBE_STATSB_INFO(tx_underrun), 825 GBE_STATSC_INFO(tx_underrun), 860 GBE_STATSD_INFO(tx_underrun), 1597 XGBE_STATS1_INFO(tx_underrun), 1634 XGBE_STATS2_INFO(tx_underrun),
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 437 u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun member
|
D | main.c | 1205 hw_stats->tx_underrun + in alx_get_stats64() 1209 net_stats->tx_fifo_errors = hw_stats->tx_underrun; in alx_get_stats64()
|
D | hw.c | 1102 hw->stats.tx_underrun += alx_read_mem32(hw, ALX_MIB_TX_UNDERRUN); in alx_update_hw_stats()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 396 int tx_underrun; member 1714 if (lp->lstats.tx_underrun < TX_THRESHOLD_KEEP_LIMIT) { in tc35815_check_tx_stat() 1715 lp->lstats.tx_underrun++; in tc35815_check_tx_stat() 1716 if (lp->lstats.tx_underrun >= TX_THRESHOLD_KEEP_LIMIT) { in tc35815_check_tx_stat() 2025 data[3] = lp->lstats.tx_underrun; in tc35815_get_ethtool_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 359 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO underrun… member
|
D | atl1c_main.c | 1524 hw_stats->tx_underrun + in atl1c_get_stats() 1527 net_stats->tx_fifo_errors = hw_stats->tx_underrun; in atl1c_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 369 u32 tx_underrun; /* TX packets aborted due to TX FIFO underrun member
|
D | atl1.c | 1689 smb->tx_underrun + in atl1_inc_smb() 1716 adapter->soft_stats.tx_fifo_errors += smb->tx_underrun; in atl1_inc_smb() 1725 adapter->soft_stats.tx_underun += smb->tx_underrun; in atl1_inc_smb()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.h | 615 u32 tx_underrun; member
|
D | macb.c | 1970 hwstat->tx_underrun + in gem_get_stats() 1986 nstat->tx_fifo_errors = hwstat->tx_underrun; in gem_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 203 u64 tx_underrun; /* # of Tx FIFO underruns */ member
|
D | xgmac.c | 640 RMON_UPDATE(mac, tx_underrun, TX_ERR_FRAMES); in t3_mac_update_stats()
|
D | cxgb3_main.c | 1502 ns->tx_errors = pstats->tx_underrun; in cxgb_get_stats() 1518 ns->tx_fifo_errors = pstats->tx_underrun; in cxgb_get_stats() 1677 *data++ = s->tx_underrun; in get_stats()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.h | 659 atomic64_t tx_underrun; member
|
D | gianfar.c | 3593 atomic64_inc(&priv->extra_stats.tx_underrun); in gfar_error()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 315 __le16 tx_underrun; member 1581 tmp_stats[i++] = le16_to_cpu(nic_stats->tx_underrun); in cp_get_ethtool_stats()
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 287 unsigned int tx_underrun; member 1125 s->stats.tx_underrun++; in cs4297a_update_ptr()
|
/linux-4.4.14/drivers/net/usb/ |
D | r8152.c | 526 __le16 tx_underrun; member 3702 data[12] = le16_to_cpu(tally.tx_underrun); in rtl8152_get_ethtool_stats()
|