/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 13 __u32 tx_bytes; member 61 * @tx_bytes: Number of good transmitted bytes, corresponding to @tx_packets. 219 __u64 tx_bytes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 27 __u32 tx_bytes; member 53 __u64 tx_bytes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 14 __u32 tx_bytes; member 43 __u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 321 u64 rx_packets = 0, tx_packets = 0, rx_bytes = 0, tx_bytes = 0; in ehea_get_stats64() local 331 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64() 336 stats->tx_bytes = tx_bytes; in ehea_get_stats64() 1443 u64 tx_bytes, rx_bytes, tx_packets, rx_packets; in ehea_init_port_res() local 1445 tx_bytes = pr->tx_bytes; in ehea_init_port_res() 1452 pr->tx_bytes = tx_bytes; in ehea_init_port_res() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 325 u64 rx_packets = 0, tx_packets = 0, rx_bytes = 0, tx_bytes = 0; in ehea_get_stats64() local 335 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64() 340 stats->tx_bytes = tx_bytes; in ehea_get_stats64() 1447 u64 tx_bytes, rx_bytes, tx_packets, rx_packets; in ehea_init_port_res() local 1449 tx_bytes = pr->tx_bytes; in ehea_init_port_res() 1456 pr->tx_bytes = tx_bytes; in ehea_init_port_res() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.c | 707 u64 tx_bytes = 0; in free_tx_poll() local 730 tx_bytes += skb->len; in free_tx_poll() 758 txq->txq_stats.bytes += tx_bytes; in free_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 141 s.tx_bytes += sq_stats->bytes; in mlx5i_grp_sw_update_stats() 159 stats->tx_bytes = sstats->tx_bytes; in mlx5i_get_stats()
|
/kernel/linux/linux-5.10/net/8021q/ |
H A D | vlan_dev.c | 132 stats->tx_bytes += len; in vlan_dev_hard_start_xmit() 707 txbytes = p->tx_bytes; in vlan_dev_get_stats64() 714 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
|
H A D | vlanproc.c | 264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.c | 709 u64 tx_bytes = 0; in free_tx_poll() local 732 tx_bytes += skb->len; in free_tx_poll() 760 txq->txq_stats.bytes += tx_bytes; in free_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 219 STAT_NETDEV64(tx_bytes), 282 STAT_MIB_TX("tx_bytes", mib.tx.bytes), 449 u64 *tx_bytes, u64 *tx_packets) in bcm_sysport_update_tx_stats() 464 *tx_bytes += bytes; in bcm_sysport_update_tx_stats() 476 u64 tx_bytes = 0, tx_packets = 0; in bcm_sysport_get_stats() local 482 bcm_sysport_update_tx_stats(priv, &tx_bytes, &tx_packets); in bcm_sysport_get_stats() 483 stats64->tx_bytes = tx_bytes; in bcm_sysport_get_stats() 1872 bcm_sysport_update_tx_stats(priv, &stats->tx_bytes, in bcm_sysport_get_stats64() 448 bcm_sysport_update_tx_stats(struct bcm_sysport_priv *priv, u64 *tx_bytes, u64 *tx_packets) bcm_sysport_update_tx_stats() argument
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 241 unsigned int tx_bytes; /* TX data outstanding */ member 812 gsm->tx_bytes -= msg->len; in gsm_data_kick() 876 gsm->tx_bytes += msg->len; in __gsm_data_queue() 1056 if (gsm->tx_bytes > TX_THRESH_HI) in gsm_dlci_data_sweep() 1094 sweep = (dlci->gsm->tx_bytes < TX_THRESH_LO); in gsm_dlci_data_kick() 1095 if (dlci->gsm->tx_bytes == 0) { in gsm_dlci_data_kick() 2706 if (gsm->tx_bytes < TX_THRESH_LO) { in gsmld_write_wakeup() 2892 net->stats.tx_bytes += skb->len; in gsm_mux_net_start_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 220 STAT_NETDEV64(tx_bytes), 283 STAT_MIB_TX("tx_bytes", mib.tx.bytes), 461 u64 *tx_bytes, u64 *tx_packets) in bcm_sysport_update_tx_stats() 476 *tx_bytes += bytes; in bcm_sysport_update_tx_stats() 488 u64 tx_bytes = 0, tx_packets = 0; in bcm_sysport_get_stats() local 494 bcm_sysport_update_tx_stats(priv, &tx_bytes, &tx_packets); in bcm_sysport_get_stats() 495 stats64->tx_bytes = tx_bytes; in bcm_sysport_get_stats() 1888 bcm_sysport_update_tx_stats(priv, &stats->tx_bytes, in bcm_sysport_get_stats64() 460 bcm_sysport_update_tx_stats(struct bcm_sysport_priv *priv, u64 *tx_bytes, u64 *tx_packets) bcm_sysport_update_tx_stats() argument
|
/kernel/linux/linux-5.10/arch/m68k/emu/ |
H A D | nfeth.c | 164 dev->stats.tx_bytes += len; in nfeth_xmit()
|
/kernel/linux/linux-6.6/arch/m68k/emu/ |
H A D | nfeth.c | 164 dev->stats.tx_bytes += len; in nfeth_xmit()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.h | 282 * @tx_bytes: transmit bytes 319 __be64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | ib_virt.c | 144 stats->tx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, transmitted_ib_unicast.octets); in mlx5_ib_get_vf_stats()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.h | 236 u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp.h | 75 u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | netdevsim.h | 67 u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 128 u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.h | 34 unsigned long tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan.h | 54 u64 tx_bytes; member
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | loopback.c | 128 stats->tx_bytes = bytes; in loopback_get_stats64()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport-internal_dev.c | 47 tstats->tx_bytes += len; in internal_dev_xmit()
|