/Linux-v4.19/arch/s390/appldata/ |
D | appldata_net_sum.c | 48 u64 rx_bytes; /* total bytes received */ member 68 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local 77 rx_bytes = 0; in appldata_get_net_sum_data() 93 rx_bytes += stats->rx_bytes; in appldata_get_net_sum_data() 107 net_data->rx_bytes = rx_bytes; in appldata_get_net_sum_data()
|
/Linux-v4.19/drivers/net/ |
D | vsockmon.c | 16 u64 rx_bytes; member 59 stats->rx_bytes += len; in vsockmon_xmit() 83 tbytes = vstats->rx_bytes; in vsockmon_get_stats64() 94 stats->rx_bytes = bytes; in vsockmon_get_stats64()
|
D | ifb.c | 48 u64 rx_bytes; member 142 bytes = txp->rx_bytes; in ifb_stats64() 145 stats->rx_bytes += bytes; in ifb_stats64() 246 txp->rx_bytes += skb->len; in ifb_xmit()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_common.c | 384 u64 rx_bytes = 0; in fm10k_update_hw_stats_rx_q() local 398 rx_bytes = fm10k_read_hw_stats_48b(hw, in fm10k_update_hw_stats_rx_q() 400 &q->rx_bytes); in fm10k_update_hw_stats_rx_q() 415 q->rx_bytes.count += rx_bytes; in fm10k_update_hw_stats_rx_q() 421 fm10k_update_hw_base_48b(&q->rx_bytes, rx_bytes); in fm10k_update_hw_stats_rx_q()
|
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_vnd.c | 37 pcpu_ptr->stats.rx_bytes += skb->len; in rmnet_vnd_rx_fixup() 129 total_stats.rx_bytes += pcpu_ptr->stats.rx_bytes; in rmnet_get_stats64() 138 s->rx_bytes = total_stats.rx_bytes; in rmnet_get_stats64()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-ipc.c | 86 size_t rx_bytes, int wait) in ipc_tx_message() argument 101 msg->rx_size = rx_bytes; in ipc_tx_message() 186 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes) in sst_ipc_tx_message_wait() argument 200 rx_data, rx_bytes, 1); in sst_ipc_tx_message_wait() 219 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes) in sst_ipc_tx_message_nopm() argument 222 rx_data, rx_bytes, 1); in sst_ipc_tx_message_nopm()
|
D | sst-ipc.h | 78 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes); 84 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes);
|
/Linux-v4.19/include/net/ |
D | kcm.h | 34 unsigned long long rx_bytes; member 46 unsigned long long rx_bytes; member 191 SAVE_MUX_STATS(rx_bytes); in aggregate_mux_stats()
|
/Linux-v4.19/drivers/spi/ |
D | spi-uniphier.c | 30 unsigned int rx_bytes; member 212 priv->tx_bytes = priv->rx_bytes = t->len; in uniphier_spi_setup_transfer() 269 rsize = min(bytes_per_word(priv->bits_per_word), priv->rx_bytes); in uniphier_spi_recv() 270 priv->rx_bytes -= rsize; in uniphier_spi_recv() 388 (priv->rx_bytes - priv->tx_bytes) > 0) in uniphier_spi_handler() 392 (priv->rx_bytes != priv->tx_bytes)) { in uniphier_spi_handler() 395 } else if (priv->rx_bytes == 0) in uniphier_spi_handler()
|
D | spi-img-spfi.c | 237 unsigned int tx_bytes = 0, rx_bytes = 0; in img_spfi_start_pio() local 246 rx_bytes = xfer->len; in img_spfi_start_pio() 252 while ((tx_bytes > 0 || rx_bytes > 0) && in img_spfi_start_pio() 261 if (rx_bytes >= 4) in img_spfi_start_pio() 262 rx_count = spfi_pio_read32(spfi, rx_buf, rx_bytes); in img_spfi_start_pio() 264 rx_count = spfi_pio_read8(spfi, rx_buf, rx_bytes); in img_spfi_start_pio() 269 rx_bytes -= rx_count; in img_spfi_start_pio() 274 if (rx_bytes > 0 || tx_bytes > 0) { in img_spfi_start_pio()
|
D | spi-cadence.c | 126 int rx_bytes; member 369 trans_cnt = xspi->rx_bytes - xspi->tx_bytes; in cdns_spi_irq() 379 xspi->rx_bytes--; in cdns_spi_irq() 426 xspi->rx_bytes = transfer->len; in cdns_transfer_one()
|
D | spi-qup.c | 152 int rx_bytes; member 248 controller->rx_bytes, in spi_qup_read_from_fifo() 252 controller->rx_bytes += num_bytes; in spi_qup_read_from_fifo() 256 for (i = 0; i < num_bytes; i++, controller->rx_bytes++) { in spi_qup_read_from_fifo() 265 rx_buf[controller->rx_bytes] = word >> shift; in spi_qup_read_from_fifo() 275 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->rx_bytes, in spi_qup_read() 673 controller->rx_bytes = 0; in spi_qup_io_config() 836 controller->rx_bytes = 0; in spi_qup_transfer_one()
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-transaction.c | 29 snd_rawmidi_transmit_ack(substream, ff->rx_bytes[port]); in finish_transmit_midi_msg() 30 ff->rx_bytes[port] = 0; in finish_transmit_midi_msg() 75 if (ff->rx_bytes[port] > 0 || ff->rx_midi_error[port]) in transmit_midi_msg() 103 ff->rx_bytes[port] = len; in transmit_midi_msg()
|
/Linux-v4.19/drivers/atm/ |
D | horizon.c | 935 unsigned int rx_bytes; in rx_schedule() local 943 rx_bytes = dev->rx_bytes; in rx_schedule() 963 if (rx_bytes) { in rx_schedule() 965 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule() 969 if (rx_bytes <= MAX_TRANSFER_COUNT) { in rx_schedule() 971 dev->rx_bytes = 0; in rx_schedule() 974 dev->rx_bytes = rx_bytes - MAX_TRANSFER_COUNT; in rx_schedule() 975 rx_bytes = MAX_TRANSFER_COUNT; in rx_schedule() 990 rx_bytes = dev->rx_iovec->iov_len; in rx_schedule() 994 if (rx_bytes <= MAX_PIO_COUNT) { in rx_schedule() [all …]
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_eth.c | 48 atomic_long_t rx_bytes; member 104 stats->rx_bytes = (unsigned long) atomic_long_read(&priv->rx_bytes); in l2tp_eth_get_stats64() 168 atomic_long_add(data_len, &priv->rx_bytes); in l2tp_eth_dev_recv()
|
/Linux-v4.19/drivers/net/can/ |
D | vcan.c | 78 stats->rx_bytes += cfd->len; in vcan_rx() 111 stats->rx_bytes += cfd->len; in vcan_tx()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 84 stats->rx_bytes += len; in nfp_repr_inc_rx_stats() 99 stats->rx_bytes = readq(mem + NFP_MAC_STATS_RX_IN_OCTETS); in nfp_repr_phy_port_get_stats64() 115 stats->rx_bytes = readq(port->vnic + NFP_NET_CFG_STATS_TX_OCTETS); in nfp_repr_vnic_get_stats64() 170 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 177 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel_core.c | 203 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local 210 rx_bytes = tstats->rx_bytes; in ip_tunnel_get_stats64() 216 tot->rx_bytes += rx_bytes; in ip_tunnel_get_stats64()
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.c | 136 u64 rx_packets, rx_bytes; in qtnf_netdev_get_stats64() local 144 rx_bytes = stats64->rx_bytes; in qtnf_netdev_get_stats64() 150 stats->rx_bytes += rx_bytes; in qtnf_netdev_get_stats64() 765 ndev->stats.rx_bytes += skb->len; in qtnf_update_rx_stats() 773 stats64->rx_bytes += skb->len; in qtnf_update_rx_stats()
|
/Linux-v4.19/net/openvswitch/ |
D | vport-internal_dev.c | 121 stats->rx_bytes += local_stats.rx_bytes; in internal_get_stats() 256 stats->rx_bytes += skb->len; in internal_dev_recv()
|
/Linux-v4.19/net/bridge/ |
D | br_device.c | 214 sum.rx_bytes += tmp.rx_bytes; in br_get_stats64() 220 stats->rx_bytes = sum.rx_bytes; in br_get_stats64()
|
/Linux-v4.19/net/kcm/ |
D | kcmproc.c | 116 kcm->stats.rx_bytes, in kcm_format_sock() 197 mux->stats.rx_bytes, in kcm_format_mux() 298 mux_stats.rx_bytes, in kcm_stats_seq_show()
|
/Linux-v4.19/include/linux/ |
D | if_link.h | 12 __u64 rx_bytes; member
|
/Linux-v4.19/include/uapi/linux/ |
D | mpls.h | 68 __u64 rx_bytes; /* total bytes received */ member
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/ |
D | main.h | 58 u64 rx_bytes; member
|