/linux/arch/s390/appldata/ |
H A D | appldata_net_sum.c | 45 u64 tx_bytes; /* total bytes transmitted */ member 64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local 74 tx_bytes = 0; in appldata_get_net_sum_data() 90 tx_bytes += stats->tx_bytes; in appldata_get_net_sum_data() 104 net_data->tx_bytes = tx_bytes; in appldata_get_net_sum_data()
|
/linux/include/net/ |
H A D | kcm.h | 23 unsigned long long tx_bytes; member 33 unsigned long long tx_bytes; member 45 unsigned long long tx_bytes; member 174 SAVE_PSOCK_STATS(tx_bytes); in aggregate_psock_stats() 190 SAVE_MUX_STATS(tx_bytes); in aggregate_mux_stats()
|
/linux/drivers/spi/ |
H A D | spi-zynq-qspi.c | 129 * @tx_bytes: Number of bytes left to transfer 141 int tx_bytes; member 281 xqspi->tx_bytes -= size; in zynq_qspi_txfifo_op() 416 len = xqspi->tx_bytes; in zynq_qspi_write_op() 442 xqspi->tx_bytes -= count * 4; in zynq_qspi_write_op() 454 len = xqspi->rx_bytes - xqspi->tx_bytes; in zynq_qspi_read_op() 503 if (xqspi->tx_bytes) { in zynq_qspi_irq() 550 xqspi->tx_bytes = op->cmd.nbytes; in zynq_qspi_exec_mem_op() 568 xqspi->tx_bytes = op->addr.nbytes; in zynq_qspi_exec_mem_op() 587 xqspi->tx_bytes in zynq_qspi_exec_mem_op() [all...] |
H A D | spi-cadence.c | 110 * @tx_bytes: Number of bytes left to transfer 125 int tx_bytes; member 316 ntx = clamp(ntx, 0, xspi->tx_bytes); in cdns_spi_process_fifo() 319 xspi->tx_bytes -= ntx; in cdns_spi_process_fifo() 379 int trans_cnt = xspi->rx_bytes - xspi->tx_bytes; in cdns_spi_irq() 387 if (xspi->tx_bytes < xspi->tx_fifo_depth >> 1) in cdns_spi_irq() 390 if (xspi->tx_bytes) { in cdns_spi_irq() 438 xspi->tx_bytes = transfer->len; in cdns_transfer_one() 447 if (xspi->tx_bytes > xspi->tx_fifo_depth) in cdns_transfer_one()
|
H A D | spi-npcm-pspi.c | 24 unsigned int tx_bytes; member 166 priv->tx_bytes = t->len; in npcm_pspi_setup_transfer() 200 wsize = min(bytes_per_word(priv->bits_per_word), priv->tx_bytes); in npcm_pspi_send() 201 priv->tx_bytes -= wsize; in npcm_pspi_send() 307 if (priv->tx_bytes == 0) { in npcm_pspi_handler() 315 if (priv->tx_bytes) in npcm_pspi_handler()
|
H A D | spi-uniphier.c | 33 unsigned int tx_bytes; member 226 priv->tx_bytes = priv->rx_bytes = t->len; in uniphier_spi_setup_transfer() 256 wsize = min(bytes_per_word(priv->bits_per_word), priv->tx_bytes); in uniphier_spi_send() 257 priv->tx_bytes -= wsize; in uniphier_spi_send() 328 DIV_ROUND_UP(priv->rx_bytes - priv->tx_bytes, bpw); in uniphier_spi_fill_tx_fifo() 505 while (priv->tx_bytes) { in uniphier_spi_transfer_one_poll() 508 while ((priv->rx_bytes - priv->tx_bytes) > 0) { in uniphier_spi_transfer_one_poll() 618 (priv->rx_bytes - priv->tx_bytes) > 0) in uniphier_spi_handler() 622 (priv->rx_bytes != priv->tx_bytes)) { in uniphier_spi_handler()
|
H A D | spi-img-spfi.c | 229 unsigned int tx_bytes = 0, rx_bytes = 0; in img_spfi_start_pio() local 236 tx_bytes = xfer->len; in img_spfi_start_pio() 244 while ((tx_bytes > 0 || rx_bytes > 0) && in img_spfi_start_pio() 248 if (tx_bytes >= 4) in img_spfi_start_pio() 249 tx_count = spfi_pio_write32(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 251 tx_count = spfi_pio_write8(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 260 tx_bytes -= tx_count; in img_spfi_start_pio() 266 if (rx_bytes > 0 || tx_bytes > 0) { in img_spfi_start_pio()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_common.c | 333 u64 tx_bytes = 0; in fm10k_update_hw_stats_tx_q() local 344 tx_bytes = fm10k_read_hw_stats_48b(hw, in fm10k_update_hw_stats_tx_q() 346 &q->tx_bytes); in fm10k_update_hw_stats_tx_q() 360 q->tx_bytes.count += tx_bytes; in fm10k_update_hw_stats_tx_q() 365 fm10k_update_hw_base_48b(&q->tx_bytes, tx_bytes); in fm10k_update_hw_stats_tx_q()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-bcm-iproc.c | 200 unsigned int tx_bytes; member 571 unsigned int tx_bytes = msg->len - iproc_i2c->tx_bytes; in bcm_iproc_i2c_send() local 576 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE); in bcm_iproc_i2c_send() 577 for (i = 0; i < tx_bytes; i++) { in bcm_iproc_i2c_send() 579 unsigned int idx = iproc_i2c->tx_bytes + i; in bcm_iproc_i2c_send() 606 iproc_i2c->tx_bytes += tx_bytes; in bcm_iproc_i2c_send() 835 unsigned int tx_bytes; in bcm_iproc_i2c_xfer_internal() local [all...] |
/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev wg0) 168 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) )) 169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev wg0) 170 (( tx_bytes == 1372 && (rx_bytes == 1428 || rx_bytes == 1460) )) 171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer) 172 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) )) 173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer) 174 (( tx_bytes [all...] |
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 75 u64 tx_bytes; member 517 u64 *tx_bytes) in mlxsw_sp_qdisc_bstats_per_priority_get() argument 522 *tx_bytes = 0; in mlxsw_sp_qdisc_bstats_per_priority_get() 526 *tx_bytes += xstats->tx_bytes[i]; in mlxsw_sp_qdisc_bstats_per_priority_get() 538 u64 tx_bytes, tx_packets; in mlxsw_sp_qdisc_collect_tc_stats() local 548 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_collect_tc_stats() 551 *p_tx_bytes += tx_bytes; in mlxsw_sp_qdisc_collect_tc_stats() 560 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument 566 tx_bytes in mlxsw_sp_qdisc_update_stats() 587 u64 tx_bytes = 0; mlxsw_sp_qdisc_get_tc_stats() local 904 u64 tx_bytes = 0; mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local 1447 u64 tx_bytes = 0; mlxsw_sp_qdisc_get_prio_stats() local [all...] |
/linux/net/kcm/ |
H A D | kcmproc.c | 118 kcm->stats.tx_bytes, in kcm_format_sock() 148 psock->stats.tx_bytes, in kcm_format_psock() 199 mux->stats.tx_bytes, in kcm_format_mux() 300 mux_stats.tx_bytes, in kcm_stats_seq_show() 332 psock_stats.tx_bytes, in kcm_stats_seq_show()
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_vnd.c | 41 pcpu_ptr->stats.tx_bytes += len; in rmnet_vnd_tx_fixup_len() 150 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64() 157 s->tx_bytes = total_stats.tx_bytes; in rmnet_get_stats64()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_repr.c | 32 stats->tx_bytes += len; in ice_repr_inc_tx_stats() 77 stats->tx_bytes = eth_stats->tx_bytes; in ice_repr_get_stats64() 184 tbytes = repr_stats->tx_bytes; in ice_repr_sp_stats64() 191 stats->tx_bytes += tbytes; in ice_repr_sp_stats64()
|
/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim_net.c | 202 u64 tx_pkts = 0, rx_pkts = 0, tx_bytes = 0, rx_bytes = 0; in vdpasim_net_work() local 232 tx_bytes += read; in vdpasim_net_work() 272 net->tx_stats.bytes += tx_bytes; in vdpasim_net_work() 291 u64 tx_pkts, tx_bytes, tx_errors, tx_drops; in vdpasim_net_get_stats() local 343 tx_bytes = net->tx_stats.bytes; in vdpasim_net_get_stats() 358 tx_bytes, VDPA_ATTR_PAD)) in vdpasim_net_get_stats()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 129 int budget, int *tx_pkts, int *tx_bytes) in otx2_snd_pkt_handler() argument 161 *tx_bytes += skb->len; in otx2_snd_pkt_handler() 467 int tx_pkts = 0, tx_bytes = 0, qidx; in otx2_tx_napi_handler() local 501 cqe, budget, &tx_pkts, &tx_bytes); in otx2_tx_napi_handler() 532 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes); in otx2_tx_napi_handler() 550 u64 tx_frames, tx_bytes; in otx2_adjust_adaptive_coalese() local 555 tx_bytes = OTX2_GET_TX_STATS(TX_OCTS); in otx2_adjust_adaptive_coalese() 560 rx_bytes + tx_bytes, in otx2_adjust_adaptive_coalese() 1320 int tx_pkts = 0, tx_bytes = 0; in otx2_cleanup_tx_cqes() local 1345 tx_bytes in otx2_cleanup_tx_cqes() 1387 int tx_pkts = 0, tx_bytes = 0; otx2_free_pending_sqe() local [all...] |
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 42 stats->tx_bytes += len; in nfp_repr_inc_tx_stats() 65 stats->tx_bytes = readq(mem + NFP_MAC_STATS_TX_OUT_OCTETS); in nfp_repr_phy_port_get_stats64() 81 stats->tx_bytes = readq(port->vnic + NFP_NET_CFG_STATS_RX_OCTETS); in nfp_repr_vnic_get_stats64() 138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 410 u64 tx_bytes, tx_packets, tx_dropped = 0; in fbnic_get_stats64() local 421 tx_bytes = stats->bytes; in fbnic_get_stats64() 433 stats64->tx_bytes = tx_bytes; in fbnic_get_stats64() 446 tx_bytes = stats->bytes; in fbnic_get_stats64() 451 stats64->tx_bytes += tx_bytes; in fbnic_get_stats64()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_mirror.c | 127 new_stats.tx_bytes - old_stats->bytes, in lan966x_mirror_port_stats() 133 old_stats->bytes = new_stats.tx_bytes; in lan966x_mirror_port_stats()
|
/linux/drivers/net/ |
H A D | mhi_net.c | 24 u64_stats_t tx_bytes; member 116 stats->tx_bytes = u64_stats_read(&mhi_netdev->stats.tx_bytes); in mhi_ndo_get_stats64() 260 u64_stats_add(&mhi_netdev->stats.tx_bytes, mhi_res->bytes_xferd); in mhi_net_ul_callback()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ethtool.c | 20 "tx_bytes", 55 "tx_bytes[Q-%u]", 131 u64 tx_packets, tx_bytes; in octep_get_ethtool_stats() local 138 tx_bytes = 0; in octep_get_ethtool_stats() 142 tx_bytes = 0; in octep_get_ethtool_stats() 155 tx_bytes += oct->stats_iq[q].bytes_sent; in octep_get_ethtool_stats() 166 data[i++] = tx_bytes; in octep_get_ethtool_stats()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | hv_vhca_stats.c | 13 u64 tx_bytes; member 29 data->tx_bytes += stats->sq[tc].bytes; in mlx5e_hv_vhca_fill_ring_stats()
|
/linux/drivers/usb/serial/ |
H A D | ir-usb.c | 276 port->tx_bytes += count; in ir_write() 303 port->tx_bytes -= count; in ir_write() 320 port->tx_bytes -= urb->transfer_buffer_length - 1; in ir_write_bulk_callback()
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 16 "tx_bytes", 30 u64 tx_bytes; member 71 u64 tx_bytes; member 196 tsnep_stats.tx_bytes += adapter->tx[i].bytes; in tsnep_ethtool_get_ethtool_stats() 232 tsnep_tx_queue_stats.tx_bytes += adapter->tx[i].bytes; in tsnep_ethtool_get_ethtool_stats()
|
/linux/net/sched/ |
H A D | sch_teql.c | 57 unsigned long tx_bytes; member 320 master->tx_bytes += length; in teql_master_xmit() 409 stats->tx_bytes = m->tx_bytes; in teql_master_stats64()
|