/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ethtool.c | 45 "tx_packets", "tx_bytes", 93 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macvlan.c | 574 pcpu_stats->tx_bytes += len; in macvlan_start_xmit() 935 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; in macvlan_dev_get_stats64() local 948 tx_bytes = p->tx_bytes; in macvlan_dev_get_stats64() 955 stats->tx_bytes += tx_bytes; in macvlan_dev_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 956 stats->tx_bytes += skb->len; in am65_cpsw_nuss_tx_compl_packets() 1348 u64 tx_bytes; in am65_cpsw_nuss_ndo_get_stats() local 1356 tx_bytes = cpu_stats->tx_bytes; in am65_cpsw_nuss_ndo_get_stats() 1362 stats->tx_bytes += tx_bytes; in am65_cpsw_nuss_ndo_get_stats()
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 107 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 108 psock->stats.tx_bytes - psock->saved_tx_bytes); in kcm_update_tx_mux_stats() 112 psock->saved_tx_bytes = psock->stats.tx_bytes; in kcm_update_tx_mux_stats() 687 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 885 KCM_STATS_ADD(kcm->stats.tx_bytes, size); in kcm_sendpage() 1059 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 878 stats->tx_bytes = fp->tx_bytes; in fun_get_stats64() 895 stats->tx_bytes += txs.tx_bytes; in fun_get_stats64() 917 stats->tx_bytes += txs.tx_bytes; in fun_get_stats64()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | qcom_geni_serial.c | 858 unsigned int tx_bytes; in qcom_geni_serial_send_chunk_fifo() local 863 tx_bytes = min(remaining, BYTES_PER_FIFO_WORD); in qcom_geni_serial_send_chunk_fifo() 865 memcpy(buf, &xmit->buf[xmit->tail], tx_bytes); in qcom_geni_serial_send_chunk_fifo() 866 uart_xmit_advance(uport, tx_bytes); in qcom_geni_serial_send_chunk_fifo() 870 remaining -= tx_bytes; in qcom_geni_serial_send_chunk_fifo() 871 port->tx_remaining -= tx_bytes; in qcom_geni_serial_send_chunk_fifo()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvlan.c | 588 u64_stats_add(&pcpu_stats->tx_bytes, len); in macvlan_start_xmit() 970 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; in macvlan_dev_get_stats64() local 983 tx_bytes = u64_stats_read(&p->tx_bytes); in macvlan_dev_get_stats64() 990 stats->tx_bytes += tx_bytes; in macvlan_dev_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 367 ndev->stats.tx_bytes += skb->len; in hns_nic_net_xmit_hw() 980 ring->stats.tx_bytes += bytes; in hns_nic_tx_poll_one() 1885 u64 tx_bytes = 0; in hns_nic_get_stats64() local 1893 tx_bytes += h->qs[idx]->tx_ring.stats.tx_bytes; in hns_nic_get_stats64() 1899 stats->tx_bytes = tx_bytes; in hns_nic_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 1716 packet->tx_bytes += (packet->tx_packets - 1) * packet->header_len; in xgbe_prep_tso() 1781 packet->tx_bytes = skb->len; in xgbe_packet_info() 1998 netdev_tx_sent_queue(txq, packet->tx_bytes); in xgbe_xmit() 2119 s->tx_bytes = pstats->txoctetcount_gb; in xgbe_get_stats64() 2435 unsigned int tx_packets = 0, tx_bytes = 0; in xgbe_tx_poll() local 2468 tx_bytes += rdata->tx.bytes; in xgbe_tx_poll() 2482 netdev_tx_completed_queue(txq, tx_packets, tx_bytes); in xgbe_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 810 net->stats.tx_bytes += skb->len; in hso_net_start_xmit() 1331 int space, tx_bytes; in hso_serial_write() local 1343 tx_bytes = (count < space) ? count : space; in hso_serial_write() 1345 if (!tx_bytes) in hso_serial_write() 1348 memcpy(serial->tx_buffer + serial->tx_buffer_count, buf, tx_bytes); in hso_serial_write() 1349 serial->tx_buffer_count += tx_bytes; in hso_serial_write() 1356 return tx_bytes; in hso_serial_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 390 ndev->stats.tx_bytes += skb->len; in hns_nic_net_xmit_hw() 1003 ring->stats.tx_bytes += bytes; in hns_nic_tx_poll_one() 1899 u64 tx_bytes = 0; in hns_nic_get_stats64() local 1907 tx_bytes += h->qs[idx]->tx_ring.stats.tx_bytes; in hns_nic_get_stats64() 1913 stats->tx_bytes = tx_bytes; in hns_nic_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 1711 packet->tx_bytes += (packet->tx_packets - 1) * packet->header_len; in xgbe_prep_tso() 1776 packet->tx_bytes = skb->len; in xgbe_packet_info() 1991 netdev_tx_sent_queue(txq, packet->tx_bytes); in xgbe_xmit() 2112 s->tx_bytes = pstats->txoctetcount_gb; in xgbe_get_stats64() 2426 unsigned int tx_packets = 0, tx_bytes = 0; in xgbe_tx_poll() local 2459 tx_bytes += rdata->tx.bytes; in xgbe_tx_poll() 2473 netdev_tx_completed_queue(txq, tx_packets, tx_bytes); in xgbe_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/can/sja1000/ |
H A D | peak_pci.c | 299 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in peak_pciec_led_work() 300 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in peak_pciec_led_work()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_iov.c | 695 stats->tx_bytes += hw_stats[idx].tx_bytes.count; in fm10k_ndo_get_vf_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_rep.c | 190 stats64->tx_bytes = vf_rep->stats.rx_bytes; in lio_vf_rep_get_stats64() 194 stats64->rx_bytes = vf_rep->stats.tx_bytes; in lio_vf_rep_get_stats64()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | os_intfs.c | 209 padapter->stats.tx_bytes = pxmitpriv->tx_bytes; in rtw_net_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/can/sja1000/ |
H A D | peak_pci.c | 317 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in peak_pciec_led_work() 318 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in peak_pciec_led_work()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.h | 138 u64 tx_bytes; member 498 vf_vport->tx_bytes = rep_stats->vport_tx_bytes; in mlx5e_stats_copy_rep_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_iov.c | 695 stats->tx_bytes += hw_stats[idx].tx_bytes.count; in fm10k_ndo_get_vf_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_rep.c | 190 stats64->tx_bytes = vf_rep->stats.rx_bytes; in lio_vf_rep_get_stats64() 194 stats64->rx_bytes = vf_rep->stats.tx_bytes; in lio_vf_rep_get_stats64()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 584 s->tx_bytes += skb->len; in dsa_slave_xmit() 703 strncpy(data + len, "tx_bytes", len); in dsa_slave_get_strings() 724 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local 730 tx_bytes = s->tx_bytes; in dsa_slave_get_ethtool_stats() 735 data[1] += tx_bytes; in dsa_slave_get_ethtool_stats()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 109 KCM_STATS_ADD(mux->stats.tx_bytes, in kcm_update_tx_mux_stats() 110 psock->stats.tx_bytes - psock->saved_tx_bytes); in kcm_update_tx_mux_stats() 114 psock->saved_tx_bytes = psock->stats.tx_bytes; in kcm_update_tx_mux_stats() 674 KCM_STATS_ADD(psock->stats.tx_bytes, ret); in kcm_write_msgs() 925 KCM_STATS_ADD(kcm->stats.tx_bytes, copied); in kcm_sendmsg()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.h | 402 unsigned int tx_bytes; // bytes remaining to TX within region member
|
/kernel/linux/linux-5.10/drivers/net/appletalk/ |
H A D | ipddp.c | 182 dev->stats.tx_bytes += skb->len; in ipddp_xmit()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | vxcan.c | 68 srcstats->tx_bytes += len; in vxcan_xmit()
|