/drivers/net/team/ |
D | team_mode_loadbalance.c | 30 u64 tx_bytes; member 189 static void lb_update_tx_stats(unsigned int tx_bytes, struct lb_priv *lb_priv, in lb_update_tx_stats() argument 201 port_stats->tx_bytes += tx_bytes; in lb_update_tx_stats() 202 hash_stats->tx_bytes += tx_bytes; in lb_update_tx_stats() 212 unsigned int tx_bytes = skb->len; in lb_transmit() local 221 lb_update_tx_stats(tx_bytes, lb_priv, get_lb_port_priv(port), hash); in lb_transmit() 454 tmp.tx_bytes = cpu_stats->tx_bytes; in __lb_one_cpu_stats_add() 456 acc_stats->tx_bytes += tmp.tx_bytes; in __lb_one_cpu_stats_add()
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_common.c | 345 u64 tx_bytes = 0; in fm10k_update_hw_stats_tx_q() local 356 tx_bytes = fm10k_read_hw_stats_48b(hw, in fm10k_update_hw_stats_tx_q() 358 &q->tx_bytes); in fm10k_update_hw_stats_tx_q() 372 q->tx_bytes.count += tx_bytes; in fm10k_update_hw_stats_tx_q() 377 fm10k_update_hw_base_48b(&q->tx_bytes, tx_bytes); in fm10k_update_hw_stats_tx_q()
|
/drivers/net/ |
D | dummy.c | 53 u64 tx_bytes; member 70 tbytes = dstats->tx_bytes; in dummy_get_stats64() 73 stats->tx_bytes += tbytes; in dummy_get_stats64() 85 dstats->tx_bytes += skb->len; in dummy_xmit()
|
D | ifb.c | 53 u64 tx_bytes; member 88 txp->tx_bytes += skb->len; in ifb_ri_tasklet() 153 bytes = txp->tx_bytes; in ifb_stats64() 156 stats->tx_bytes += bytes; in ifb_stats64()
|
D | vrf.c | 67 u64 tx_bytes; member 171 tbytes = dstats->tx_bytes; in vrf_get_stats64() 177 stats->tx_bytes += tbytes; in vrf_get_stats64() 321 dstats->tx_bytes += len; in vrf_xmit()
|
/drivers/atm/ |
D | horizon.c | 1098 unsigned int tx_bytes; in tx_schedule() local 1108 tx_bytes = dev->tx_bytes; in tx_schedule() 1124 if (tx_bytes) { in tx_schedule() 1126 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule() 1130 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule() 1136 dev->tx_bytes = 0; in tx_schedule() 1139 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule() 1140 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule() 1150 tx_bytes = dev->tx_iovec->iov_len; in tx_schedule() 1154 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule() [all …]
|
/drivers/spi/ |
D | spi-cadence.c | 123 int tx_bytes; member 315 (xspi->tx_bytes > 0)) { in cdns_spi_fill_tx_fifo() 322 xspi->tx_bytes--; in cdns_spi_fill_tx_fifo() 363 trans_cnt = xspi->rx_bytes - xspi->tx_bytes; in cdns_spi_irq() 377 if (xspi->tx_bytes) { in cdns_spi_irq() 418 xspi->tx_bytes = transfer->len; in cdns_transfer_one()
|
D | spi-img-spfi.c | 237 unsigned int tx_bytes = 0, rx_bytes = 0; in img_spfi_start_pio() local 244 tx_bytes = xfer->len; in img_spfi_start_pio() 252 while ((tx_bytes > 0 || rx_bytes > 0) && in img_spfi_start_pio() 256 if (tx_bytes >= 4) in img_spfi_start_pio() 257 tx_count = spfi_pio_write32(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 259 tx_count = spfi_pio_write8(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 268 tx_bytes -= tx_count; in img_spfi_start_pio() 274 if (rx_bytes > 0 || tx_bytes > 0) { in img_spfi_start_pio()
|
D | spi-qup.c | 148 int tx_bytes; member 255 while (controller->tx_bytes < xfer->len) { in spi_qup_fifo_write() 262 for (idx = 0; idx < w_size; idx++, controller->tx_bytes++) { in spi_qup_fifo_write() 265 controller->tx_bytes += w_size; in spi_qup_fifo_write() 269 data = tx_buf[controller->tx_bytes]; in spi_qup_fifo_write() 633 controller->tx_bytes = 0; in spi_qup_transfer_one()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_port.c | 188 stats->tx_bytes = 0; in mlx4_en_DUMP_ETH_STATS() 199 stats->tx_bytes += ring->bytes; in mlx4_en_DUMP_ETH_STATS() 216 stats->tx_bytes = en_stats_adder(&mlx4_en_stats->TOCT_prio_0, in mlx4_en_DUMP_ETH_STATS() 339 priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes); in mlx4_en_DUMP_ETH_STATS()
|
D | mlx4_stats.h | 30 unsigned long tx_bytes; member
|
/drivers/net/ipvlan/ |
D | ipvlan_main.c | 202 pcptr->tx_bytes += skblen; in ipvlan_start_xmit() 268 u64 rx_pkts, rx_bytes, rx_mcast, tx_pkts, tx_bytes; in ipvlan_get_stats64() local 281 tx_bytes = pcptr->tx_bytes; in ipvlan_get_stats64() 289 s->tx_bytes += tx_bytes; in ipvlan_get_stats64()
|
/drivers/usb/serial/ |
D | ir-usb.c | 278 port->tx_bytes += count; in ir_write() 305 port->tx_bytes -= count; in ir_write() 322 port->tx_bytes -= urb->transfer_buffer_length - 1; in ir_write_bulk_callback()
|
D | generic.c | 160 port->tx_bytes += count; in usb_serial_generic_write_start() 170 port->tx_bytes -= count; in usb_serial_generic_write_start() 238 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer() 430 port->tx_bytes -= urb->transfer_buffer_length; in usb_serial_generic_write_bulk_callback()
|
/drivers/net/xen-netback/ |
D | interface.c | 251 unsigned long tx_bytes = 0; in xenvif_get_stats() local 263 tx_bytes += queue->stats.tx_bytes; in xenvif_get_stats() 270 vif->dev->stats.tx_bytes = tx_bytes; in xenvif_get_stats()
|
/drivers/net/fjes/ |
D | fjes_main.c | 634 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 635 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; in fjes_xmit_frame() 644 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 645 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; in fjes_xmit_frame() 722 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 724 .tx_bytes += len; in fjes_xmit_frame() 738 adapter->stats64.tx_bytes += 1; in fjes_xmit_frame() 739 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; in fjes_xmit_frame()
|
/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 247 u32 tx_bytes; member 286 u32 tx_bytes; member 421 u32 tx_bytes; member 603 u32 tx_bytes; member 757 GBE_STATSA_INFO(tx_bytes), 792 GBE_STATSB_INFO(tx_bytes), 827 GBE_STATSC_INFO(tx_bytes), 862 GBE_STATSD_INFO(tx_bytes), 958 GBENU_STATS_HOST(tx_bytes), 1024 GBENU_STATS_P1(tx_bytes), [all …]
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 490 u64 tx_bytes = 0, rx_bytes = 0, tx_packets = 0, rx_packets = 0; in hns_ae_update_stats() local 505 tx_bytes += queue->tx_ring.stats.tx_bytes; in hns_ae_update_stats() 547 net_stats->tx_bytes = tx_bytes; in hns_ae_update_stats()
|
/drivers/net/ethernet/tile/ |
D | tilepro.c | 157 u64 tx_bytes; /* total bytes transmitted */ member 1829 stats->tx_bytes += (num_segs * sh_len) + d_len; in tile_net_tx_tso() 2013 stats->tx_bytes += ((len >= ETH_ZLEN) ? len : ETH_ZLEN); in tile_net_tx() 2056 u64 rx_bytes = 0, tx_bytes = 0; in tile_net_get_stats64() local 2075 ttx_bytes = cpu_stats->tx_bytes; in tile_net_get_stats64() 2083 tx_bytes += ttx_bytes; in tile_net_get_stats64() 2091 stats->tx_bytes = tx_bytes; in tile_net_get_stats64()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 71 u64 tx_bytes; member 329 pcpu_stats->tx_bytes += len; in mlxsw_sx_port_xmit() 356 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in mlxsw_sx_port_get_stats64() local 368 tx_bytes = p->tx_bytes; in mlxsw_sx_port_get_stats64() 374 stats->tx_bytes += tx_bytes; in mlxsw_sx_port_get_stats64()
|
D | spectrum.h | 78 u64 tx_bytes; member
|
/drivers/tty/serial/ |
D | serial-tegra.c | 116 unsigned int tx_bytes; member 397 tup->tx_bytes = bytes; in tegra_uart_start_pio_tx() 431 tup->tx_bytes = count & ~(0xF); in tegra_uart_start_tx_dma() 434 tx_phys_addr, tup->tx_bytes, DMA_MEM_TO_DEV, in tegra_uart_start_tx_dma() 444 tup->tx_bytes_requested = tup->tx_bytes; in tegra_uart_start_tx_dma() 517 tegra_uart_fill_tx_fifo(tup, tup->tx_bytes); in tegra_uart_handle_tx_pio() 1047 tup->tx_bytes = 0; in tegra_uart_flush_buffer()
|
/drivers/net/wireless/mwifiex/ |
D | txrx.c | 99 dest_node->stats.tx_bytes += skb->len; in mwifiex_process_tx() 302 priv->stats.tx_bytes += tx_info->pkt_len; in mwifiex_write_data_complete()
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 249 iface->stats.tx_bytes += skb->len; in hostap_data_start_xmit() 288 iface->stats.tx_bytes += skb->len; in hostap_mgmt_start_xmit() 540 iface->stats.tx_bytes += skb->len; in hostap_master_start_xmit()
|
/drivers/net/can/ |
D | vcan.c | 94 stats->tx_bytes += cfd->len; in vcan_tx()
|