Home
last modified time | relevance | path

Searched refs:tx_ok (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h241 u64 tx_ok; /* good packets */ member
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h274 unsigned long tx_ok; /* The number of good packet transmitted. */ member
H A Datl1e_main.c1193 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1e_get_stats()
1213 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h420 u64 tx_ok; /* good TX packets */ member
H A Dhw.c1097 hw->stats.tx_ok += alx_read_mem32(hw, ALX_MIB_TX_OK); in alx_update_hw_stats()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h325 unsigned long tx_ok; /* The number of good packet transmitted. */ member
H A Datl1c_main.c1519 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()
1574 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1c_get_stats()
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c485 tx_ok: in hfi1_ipoib_send_dma_single()
496 goto tx_ok; in hfi1_ipoib_send_dma_single()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h337 u32 tx_ok; /* good TX packets */ member
H A Datl1.c1673 adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; in atl1_inc_smb()
/linux/drivers/net/ethernet/cadence/
H A Dmacb.h955 u32 tx_ok; member
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c303 __le64 tx_ok; member
1566 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats()