Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/arch/s390/appldata/
H A Dappldata_net_sum.c45 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()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dbcm63xx_spi.c113 size_t tx_bytes; member
206 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
228 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()
234 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()
236 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()
248 val = priv->tx_bytes; in bcm63xx_spi_xfer()
250 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
257 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
263 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()
281 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
/OK3568_Linux_fs/kernel/include/net/
H A Dkcm.h23 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c61 u64 tx_bytes; member
278 u64 *tx_bytes) in mlxsw_sp_qdisc_bstats_per_priority_get() argument
283 *tx_bytes = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
287 *tx_bytes += xstats->tx_bytes[i]; in mlxsw_sp_qdisc_bstats_per_priority_get()
300 u64 tx_bytes, tx_packets; in mlxsw_sp_qdisc_collect_tc_stats() local
305 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_collect_tc_stats()
308 *p_tx_bytes += tx_bytes; in mlxsw_sp_qdisc_collect_tc_stats()
317 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
323 tx_bytes -= stats_base->tx_bytes; in mlxsw_sp_qdisc_update_stats()
328 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-zynq-qspi.c141 int tx_bytes; member
281 xqspi->tx_bytes -= size; in zynq_qspi_txfifo_op()
405 len = xqspi->tx_bytes; in zynq_qspi_write_op()
431 xqspi->tx_bytes -= count * 4; in zynq_qspi_write_op()
443 len = xqspi->rx_bytes - xqspi->tx_bytes; in zynq_qspi_read_op()
492 if (xqspi->tx_bytes) { in zynq_qspi_irq()
543 xqspi->tx_bytes = op->cmd.nbytes; in zynq_qspi_exec_mem_op()
561 xqspi->tx_bytes = op->addr.nbytes; in zynq_qspi_exec_mem_op()
580 xqspi->tx_bytes = op->dummy.nbytes; in zynq_qspi_exec_mem_op()
596 xqspi->tx_bytes = op->data.nbytes; in zynq_qspi_exec_mem_op()
[all …]
H A Dspi-npcm-pspi.c24 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 Dspi-uniphier.c33 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 Dspi-cadence.c122 int tx_bytes; member
308 (xspi->tx_bytes > 0)) { in cdns_spi_fill_tx_fifo()
322 xspi->tx_bytes--; in cdns_spi_fill_tx_fifo()
362 trans_cnt = xspi->rx_bytes - xspi->tx_bytes; in cdns_spi_irq()
376 if (xspi->tx_bytes) { in cdns_spi_irq()
418 xspi->tx_bytes = transfer->len; in cdns_transfer_one()
H A Dspi-img-spfi.c229 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()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam_mode_loadbalance.c40 u64 tx_bytes; member
205 static void lb_update_tx_stats(unsigned int tx_bytes, struct lb_priv *lb_priv, in lb_update_tx_stats() argument
217 port_stats->tx_bytes += tx_bytes; in lb_update_tx_stats()
218 hash_stats->tx_bytes += tx_bytes; in lb_update_tx_stats()
228 unsigned int tx_bytes = skb->len; in lb_transmit() local
237 lb_update_tx_stats(tx_bytes, lb_priv, get_lb_port_priv(port), hash); in lb_transmit()
470 tmp.tx_bytes = cpu_stats->tx_bytes; in __lb_one_cpu_stats_add()
472 acc_stats->tx_bytes += tmp.tx_bytes; in __lb_one_cpu_stats_add()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-bcm-iproc.c209 unsigned int tx_bytes; member
539 unsigned int tx_bytes = msg->len - iproc_i2c->tx_bytes; in bcm_iproc_i2c_send() local
544 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE); in bcm_iproc_i2c_send()
545 for (i = 0; i < tx_bytes; i++) { in bcm_iproc_i2c_send()
547 unsigned int idx = iproc_i2c->tx_bytes + i; in bcm_iproc_i2c_send()
574 iproc_i2c->tx_bytes += tx_bytes; in bcm_iproc_i2c_send()
820 unsigned int tx_bytes; in bcm_iproc_i2c_xfer_internal() local
841 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1); in bcm_iproc_i2c_xfer_internal()
843 for (i = 0; i < tx_bytes; i++) { in bcm_iproc_i2c_xfer_internal()
852 iproc_i2c->tx_bytes = tx_bytes; in bcm_iproc_i2c_xfer_internal()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c333 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()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.c1084 unsigned int tx_bytes; in tx_schedule() local
1094 tx_bytes = dev->tx_bytes; in tx_schedule()
1110 if (tx_bytes) { in tx_schedule()
1112 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
1116 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1122 dev->tx_bytes = 0; in tx_schedule()
1125 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1126 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1136 tx_bytes = dev->tx_iovec->iov_len; in tx_schedule()
1140 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_sock_qos.c554 sk_fl->stats.tx_bytes += skb->len; in dhd_update_sock_flows()
643 sk_fl->stats.tx_bytes_prev = sk_fl->stats.tx_bytes; in dhd_analyze_sock_flows()
740 sk_fl->ino, sk_fl->sk, sk_fl->stats.tx_pkts, sk_fl->stats.tx_bytes, in dhd_sock_qos_show_stats()
772 sk_fl->stats.tx_bytes = 0; in dhd_sock_qos_clear_stats()
964 unsigned long tx_bytes, tx_pkts, tx_avg_pkt_size; in dhd_qos_algo() local
986 tx_bytes = qos->tx_bytes - qos->tx_bytes_prev; in dhd_qos_algo()
988 if ((tx_bytes == 0) || (tx_pkts == 0)) { in dhd_qos_algo()
992 tx_avg_pkt_size = tx_bytes / tx_pkts; in dhd_qos_algo()
1012 __FUNCTION__, tx_avg_pkt_size, tx_bytes, tx_pkts, in dhd_qos_algo()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_sock_qos.c554 sk_fl->stats.tx_bytes += skb->len; in dhd_update_sock_flows()
643 sk_fl->stats.tx_bytes_prev = sk_fl->stats.tx_bytes; in dhd_analyze_sock_flows()
740 sk_fl->ino, sk_fl->sk, sk_fl->stats.tx_pkts, sk_fl->stats.tx_bytes, in dhd_sock_qos_show_stats()
772 sk_fl->stats.tx_bytes = 0; in dhd_sock_qos_clear_stats()
964 unsigned long tx_bytes, tx_pkts, tx_avg_pkt_size; in dhd_qos_algo() local
986 tx_bytes = qos->tx_bytes - qos->tx_bytes_prev; in dhd_qos_algo()
988 if ((tx_bytes == 0) || (tx_pkts == 0)) { in dhd_qos_algo()
992 tx_avg_pkt_size = tx_bytes / tx_pkts; in dhd_qos_algo()
1012 __FUNCTION__, tx_avg_pkt_size, tx_bytes, tx_pkts, in dhd_qos_algo()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c40 pcpu_ptr->stats.tx_bytes += skb->len; in rmnet_vnd_tx_fixup()
144 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64()
151 s->tx_bytes = total_stats.tx_bytes; in rmnet_get_stats64()
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmproc.c118 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()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_eth.c40 atomic_long_t tx_bytes; member
82 atomic_long_add(len, &priv->tx_bytes); in l2tp_eth_dev_xmit()
95 stats->tx_bytes = (unsigned long)atomic_long_read(&priv->tx_bytes); in l2tp_eth_get_stats64()
/OK3568_Linux_fs/kernel/drivers/net/
H A Difb.c50 u64 tx_bytes; member
85 txp->tx_bytes += skb->len; in ifb_ri_tasklet()
149 bytes = txp->tx_bytes; in ifb_stats64()
152 stats->tx_bytes += bytes; in ifb_stats64()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c42 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()
137 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
144 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dtx.c38 dev->stats.tx_bytes += skb->len; in ieee802154_xmit_worker()
90 dev->stats.tx_bytes += len; in ieee802154_tx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/
H A Dnetns.sh167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev …
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 …
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 == 1372 && (rx_bytes == 1428 || rx_bytes == 1460) ))
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c97 stats->netstats.tx_bytes += qnstats->tx_bytes; in hfi1_vnic_update_stats()
128 netdev->stats.tx_bytes = stats->netstats.tx_bytes; in hfi1_vnic_update_stats()
174 stats->netstats.tx_bytes += skb->len + ETH_FCS_LEN; in hfi1_vnic_update_tx_counters()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_teql.c57 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()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dir-usb.c276 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()

12345678910>>...41