| /Linux-v5.4/drivers/net/ethernet/atheros/atlx/ | 
| D | atl1.h | 356 	u32 tx_underrun;	/* TX packets aborted due to TX FIFO underrun  member671 	u64 tx_underrun;	/* TX packets aborted due to TX FIFO underrun  member
 
 | 
| D | atl1.c | 1670 			    smb->tx_underrun +  in atl1_inc_smb()1697 	adapter->soft_stats.tx_fifo_errors += smb->tx_underrun;  in atl1_inc_smb()
 1706 	adapter->soft_stats.tx_underrun += smb->tx_underrun;  in atl1_inc_smb()
 3160 	{"tx_underrun", ATL1_STAT(soft_stats.tx_underrun)},
 
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/ | 
| D | bcm63xx_enet.h | 158 	u32 tx_underrun;  member
 | 
| D | bcm63xx_enet.c | 1281 	{ "tx_underrun", GEN_STAT(mib.tx_underrun), ETH_MIB_TX_UNDERRUN },2487 	{ "tx_undersize", GEN_STAT(mib.tx_underrun), ETHSW_MIB_RX_UND },
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ibm/emac/ | 
| D | core.h | 150 	u64 tx_underrun;  member
 | 
| D | core.c | 1939 		++st->tx_underrun;  in emac_irq()2013 					      est->tx_underrun);  in emac_stats()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ | 
| D | emac.h | 260 	u64 tx_underrun;        /* packets aborted due to FIFO underrun */  member
 | 
| D | emac.c | 375 			       stats->tx_underrun + stats->tx_trunc;  in emac_get_stats64()376 	net_stats->tx_fifo_errors = stats->tx_underrun;  in emac_get_stats64()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e.h | 293 …unsigned long tx_underrun;    /* The number of transmit packets aborted due to transmit FIFO under…  member
 | 
| D | atl1e_main.c | 1184 			       hw_stats->tx_underrun +  in atl1e_get_stats()1187 	net_stats->tx_fifo_errors    = hw_stats->tx_underrun;  in atl1e_get_stats()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/alx/ | 
| D | hw.h | 439 	u64 tx_underrun;	/* TX packets aborted due to TX FIFO underrun  member
 | 
| D | main.c | 1660 			       hw_stats->tx_underrun +  in alx_get_stats64()1664 	net_stats->tx_fifo_errors    = hw_stats->tx_underrun;  in alx_get_stats64()
 
 | 
| D | hw.c | 1116 	hw->stats.tx_underrun    += alx_read_mem32(hw, ALX_MIB_TX_UNDERRUN);  in alx_update_hw_stats()
 | 
| /Linux-v5.4/drivers/net/ethernet/toshiba/ | 
| D | tc35815.c | 396 		int tx_underrun;  member1690 		if (lp->lstats.tx_underrun < TX_THRESHOLD_KEEP_LIMIT) {  in tc35815_check_tx_stat()
 1691 			lp->lstats.tx_underrun++;  in tc35815_check_tx_stat()
 1692 			if (lp->lstats.tx_underrun >= TX_THRESHOLD_KEEP_LIMIT) {  in tc35815_check_tx_stat()
 1983 	data[3] = lp->lstats.tx_underrun;  in tc35815_get_ethtool_stats()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ti/ | 
| D | netcp_ethss.c | 346 	u32	tx_underrun;  member665 	u32	tx_underrun;  member
 834 	GBE_STATSA_INFO(tx_underrun),
 869 	GBE_STATSB_INFO(tx_underrun),
 904 	GBE_STATSC_INFO(tx_underrun),
 939 	GBE_STATSD_INFO(tx_underrun),
 1676 	XGBE_STATS1_INFO(tx_underrun),
 1713 	XGBE_STATS2_INFO(tx_underrun),
 
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ | 
| D | atl1c.h | 346 …unsigned long tx_underrun;	/* The number of transmit packets aborted due to transmit FIFO underrun…  member
 | 
| D | atl1c_main.c | 1514 			       hw_stats->tx_underrun +  in atl1c_get_stats()1517 	net_stats->tx_fifo_errors    = hw_stats->tx_underrun;  in atl1c_get_stats()
 
 | 
| /Linux-v5.4/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 | 1505 	ns->tx_errors = pstats->tx_underrun;  in cxgb_get_stats()1521 	ns->tx_fifo_errors = pstats->tx_underrun;  in cxgb_get_stats()
 1680 	*data++ = s->tx_underrun;  in get_stats()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/cadence/ | 
| D | macb.h | 900 	u32	tx_underrun;  member
 | 
| D | macb_main.c | 2544 			    hwstat->tx_underrun +  in gem_get_stats()2560 	nstat->tx_fifo_errors = hwstat->tx_underrun;  in gem_get_stats()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/freescale/ | 
| D | gianfar.h | 625 	atomic64_t tx_underrun;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/realtek/ | 
| D | 8139cp.c | 315 	__le16			tx_underrun;  member1576 	tmp_stats[i++] = le16_to_cpu(nic_stats->tx_underrun);  in cp_get_ethtool_stats()
 
 | 
| /Linux-v5.4/drivers/net/usb/ | 
| D | r8152.c | 652 	__le16	tx_underrun;  member5011 	data[12] = le16_to_cpu(tally.tx_underrun);  in rtl8152_get_ethtool_stats()
 
 |