Searched refs:tx_bytes (Results 51 - 75 of 670) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h90 * @tx_bytes: number of TXed bytes
98 u64 tx_bytes; member in struct:nfp_alink_stats
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dethtool.c24 XGE_STAT(tx_bytes),
/linux-master/drivers/usb/serial/
H A Dgeneric.c182 port->tx_bytes += count;
192 port->tx_bytes -= count;
260 chars = kfifo_len(&port->write_fifo) + port->tx_bytes;
446 port->tx_bytes -= urb->transfer_buffer_length;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c180 dev->stats.tx_bytes = bytes;
305 stats->tx_bytes = p_stats->tx_bytes_phy;
395 priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes);
/linux-master/net/rose/
H A Drose_dev.c114 stats->tx_bytes += len;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dtx.c151 dev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h128 u64 tx_bytes; member in struct:funeth_priv
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c22 { "tx_bytes" },
141 data[1] = netdev->stats.tx_bytes;
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c74 {"tx_bytes", VNIC_STAT(netstats.tx_bytes)},
/linux-master/drivers/staging/rtl8712/
H A Dxmit_linux.c173 xmitpriv->tx_bytes += xmitframe->attrib.last_txcmdsz;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c52 IPOIB_NETDEV_STAT(tx_bytes),
/linux-master/net/netrom/
H A Dnr_dev.c151 stats->tx_bytes += len;
/linux-master/drivers/net/
H A Ddummy.c56 dev_lstats_read(dev, &stats->tx_packets, &stats->tx_bytes);
/linux-master/arch/s390/pci/
H A Dpci_debug.c126 &zdev->fmb->fmt3.tx_bytes);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h180 u64 tx_bytes; member in struct:am65_cpsw_ndev_stats
/linux-master/drivers/net/wwan/
H A Dmhi_wwan_mbim.c55 u64_stats_t tx_bytes; member in struct:mhi_mbim_link
468 stats->tx_bytes = u64_stats_read(&link->tx_bytes);
498 u64_stats_add(&link->tx_bytes, mhi_res->bytes_xferd);
/linux-master/net/ieee802154/6lowpan/
H A Dtx.c215 ldev->stats.tx_bytes += dgram_size;
298 ldev->stats.tx_bytes += dgram_size;
/linux-master/net/l2tp/
H A Dl2tp_debugfs.c170 atomic_long_read(&tunnel->stats.tx_bytes),
221 atomic_long_read(&session->stats.tx_bytes),
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dtxrx.c92 dest_node->stats.tx_bytes += skb->len;
300 priv->stats.tx_bytes += tx_info->pkt_len;
/linux-master/drivers/spi/
H A Dspi-qup.c147 int tx_bytes; member in struct:spi_qup
350 controller->tx_bytes,
354 data = tx_buf[controller->tx_bytes + i];
358 controller->tx_bytes += num_bytes;
376 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->tx_bytes,
613 controller->tx_bytes, controller->w_size);
733 controller->tx_bytes = 0;
896 controller->tx_bytes = 0;
/linux-master/drivers/net/fjes/
H A Dfjes_main.c639 adapter->stats64.tx_bytes += len;
640 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len;
649 adapter->stats64.tx_bytes += len;
650 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len;
738 adapter->stats64.tx_bytes += len;
740 .tx_bytes += len;
754 adapter->stats64.tx_bytes += 1;
755 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c230 u64_stats_add(&pcptr->tx_bytes, skblen);
296 u64 rx_pkts, rx_bytes, rx_mcast, tx_pkts, tx_bytes; local
309 tx_bytes = u64_stats_read(&pcptr->tx_bytes);
317 s->tx_bytes += tx_bytes;
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c466 pcpu_stats->tx_bytes += len;
1267 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; local
1275 tx_bytes = stats->tx_bytes;
1281 tot->tx_bytes += tx_bytes;
1305 this_tot->vf_tx_bytes = stats->tx_bytes;
1310 this_tot->tx_bytes = this_tot->vf_tx_bytes;
1330 this_tot->tx_bytes += bytes;
1365 t->tx_bytes
[all...]
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c98 pkt_info->tx_bytes += (pkt_info->tx_packets - 1) * pkt_info->header_len;
130 pkt_info->tx_bytes = skb->len;
752 netdev_tx_sent_queue(txq, tx_pkt_info->tx_bytes);
786 s->tx_bytes = pstats->txoctetcount_gb;
1038 unsigned int tx_packets = 0, tx_bytes = 0; local
1079 tx_bytes += desc_data->tx.bytes;
1093 netdev_tx_completed_queue(txq, tx_packets, tx_bytes);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c628 u64 tx_bytes = 0, rx_bytes = 0, tx_packets = 0, rx_packets = 0; local
643 tx_bytes += queue->tx_ring.stats.tx_bytes;
685 net_stats->tx_bytes = tx_bytes;

Completed in 253 milliseconds

1234567891011>>