Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
Demac.h241 u64 tx_ok; /* good packets */ member
Demac.c322 stats_itr = &stats->tx_ok; in emac_update_hw_stats()
347 net_stats->tx_packets = stats->tx_ok; in emac_get_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e.h274 unsigned long tx_ok; /* The number of good packet transmitted. */ member
Datl1e_main.c1190 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1e_get_stats()
1210 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
/kernel/linux/linux-5.10/drivers/atm/
Dambassador.h583 unsigned long tx_ok; member
Dambassador.c450 dev->stats.tx_ok++; in tx_complete()
1423 s->tx_ok, s->rx.ok, s->rx.error, in amb_proc_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
Dhw.h420 u64 tx_ok; /* good TX packets */ member
Dhw.c1097 hw->stats.tx_ok += alx_read_mem32(hw, ALX_MIB_TX_OK); in alx_update_hw_stats()
Dmain.c1668 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in alx_get_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c734 int tx_ok = 0, rx_ok = 0, rss_ok = 0; in bnxt_sriov_enable() local
767 tx_ok = 1; in bnxt_sriov_enable()
773 if (tx_ok && rx_ok && rss_ok) in bnxt_sriov_enable()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h327 unsigned long tx_ok; /* The number of good packet transmitted. */ member
Datl1c_main.c1464 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()
1519 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1c_get_stats()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dipoib_tx.c505 tx_ok: in hfi1_ipoib_send_dma_single()
516 goto tx_ok; in hfi1_ipoib_send_dma_single()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
Datl1.h337 u32 tx_ok; /* good TX packets */ member
Datl1.c1673 adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; in atl1_inc_smb()
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c1179 bool tx_ok; in mptcp_sendmsg() local
1244 tx_ok = msg_data_left(msg); in mptcp_sendmsg()
1245 while (tx_ok) { in mptcp_sendmsg()
1263 tx_ok = msg_data_left(msg); in mptcp_sendmsg()
1264 if (!tx_ok) in mptcp_sendmsg()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
Dmacb.h878 u32 tx_ok; member
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
D8139cp.c303 __le64 tx_ok; member
1564 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch181045 + s32 tx_ok;
182701 + pdevinfo->tx_ok = 0;