/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 1776 &prev_es->tx_bytes, &cur_es->tx_bytes); in ice_update_eth_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 1813 core_stats->tx_bytes = stats[EF10_STAT_tx_unicast_bytes] + in efx_ef10_update_stats_common() 1828 core_stats->tx_bytes = stats[EF10_STAT_port_tx_bytes]; in efx_ef10_update_stats_common()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1834 * @tx_bytes: total number of bytes dequeued 1848 u32 tx_bytes; member 1886 * @tx_bytes: bytes (size of MPDUs) transmitted to this station 1966 u64 tx_bytes; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4fw_api.h | 3227 __be64 tx_bytes; member 3319 __be64 tx_bytes; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 85 "tx_bytes", 162 "tx_bytes", 1449 data[i++] = lstats.tx_bytes; in lio_get_ethtool_stats() 1738 data[i++] = lstats.tx_bytes; in lio_vf_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 519 sinfo->tx_bytes = stats->tx_bytes; in wil_cid_fill_sinfo()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 2847 unsigned int tx_bytes = 0; in bnx2_tx_int() local 2903 tx_bytes += skb->len; in bnx2_tx_int() 2913 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes); in bnx2_tx_int() 6836 net_stats->tx_bytes = in bnx2_get_stats64() 7445 { "tx_bytes" },
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 10402 tmp.tx_bytes = stats->tx_bytes; in dev_fetch_sw_netstats() 10408 s->tx_bytes += tmp.tx_bytes; in dev_fetch_sw_netstats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 2846 unsigned int tx_bytes = 0; in bnx2_tx_int() local 2902 tx_bytes += skb->len; in bnx2_tx_int() 2912 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes); in bnx2_tx_int() 6821 net_stats->tx_bytes = in bnx2_get_stats64() 7438 { "tx_bytes" },
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | net.c | 849 dev->netdev->stats.tx_bytes += skb->len; in fwnet_transmit_packet_done()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | flexcan.c | 1092 stats->tx_bytes += can_rx_offload_get_echo_skb(&priv->offload, in flexcan_irq()
|
H A D | grcan.c | 519 stats->tx_bytes += priv->txdlc[i]; in catch_up_echo_skb()
|
H A D | janz-ican3.c | 1417 stats->tx_bytes += ican3_get_echo_skb(mod); in ican3_recv_skb()
|
/kernel/linux/linux-5.10/drivers/net/can/spi/ |
H A D | mcp251x.c | 1193 net->stats.tx_bytes += priv->tx_len - 1; in mcp251x_can_ist()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 33 HNS3_TQP_STAT("bytes", tx_bytes),
|
/kernel/linux/linux-5.10/drivers/net/can/rcar/ |
H A D | rcar_canfd.c | 1045 stats->tx_bytes += priv->tx_len[sent]; in rcar_canfd_tx_done()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 1048 dev->stats.tx_bytes += skb->len; in corkscrew_start_xmit()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_hydra.c | 1183 stats->tx_bytes += can_dlc2len(context->dlc); in kvaser_usb_hydra_tx_acknowledge()
|
H A D | kvaser_usb_leaf.c | 924 stats->tx_bytes += context->dlc; in kvaser_usb_leaf_tx_acknowledge()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
H A D | altera_tse_main.c | 607 dev->stats.tx_bytes += skb->len; in tse_start_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 1637 net_stats->tx_bytes = hw_stats->tx_byte_cnt; in alx_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 1199 (atomic64_t *)&netdev->stats.tx_bytes); in nicvf_sq_free_used_descs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 1050 dev->stats.tx_bytes += length; in i596_start_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 1683 netdev->stats.tx_bytes = adapter->stats.gotcl; in ixgb_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 1722 dev->stats.tx_bytes = readl(ioaddr + 0x57010); in get_stats()
|