Searched refs:rx_bytes (Results 1 - 25 of 661) sorted by relevance

1234567891011>>

/linux-master/arch/s390/appldata/
H A Dappldata_net_sum.c44 u64 rx_bytes; /* total bytes received */ member in struct:appldata_net_sum_data
64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, local
73 rx_bytes = 0;
89 rx_bytes += stats->rx_bytes;
103 net_data->rx_bytes = rx_bytes;
/linux-master/include/uapi/linux/
H A Dmpls.h68 __u64 rx_bytes; /* total bytes received */ member in struct:mpls_link_stats
/linux-master/include/linux/
H A Dif_link.h12 __u64 rx_bytes; member in struct:ifla_vf_stats
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h49 u64 rx_bytes; member in struct:oct_vf_stats
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rep.h21 atomic64_t rx_bytes, tx_bytes; member in struct:efx_rep_sw_stats
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c384 u64 rx_bytes = 0; local
398 rx_bytes = fm10k_read_hw_stats_48b(hw,
400 &q->rx_bytes);
415 q->rx_bytes.count += rx_bytes;
421 fm10k_update_hw_base_48b(&q->rx_bytes, rx_bytes);
/linux-master/include/net/
H A Dkcm.h31 unsigned long long rx_bytes; member in struct:kcm_mux_stats
43 unsigned long long rx_bytes; member in struct:kcm_stats
188 SAVE_MUX_STATS(rx_bytes);
/linux-master/drivers/spi/
H A Dspi-zynq-qspi.c130 * @rx_bytes: Number of bytes left to receive
142 int rx_bytes; member in struct:zynq_qspi
256 xqspi->rx_bytes -= size;
257 if (xqspi->rx_bytes < 0)
258 xqspi->rx_bytes = 0;
443 len = xqspi->rx_bytes - xqspi->tx_bytes;
455 xqspi->rx_bytes -= count * 4;
501 if (!xqspi->rx_bytes) {
544 xqspi->rx_bytes = op->cmd.nbytes;
562 xqspi->rx_bytes
[all...]
H A Dspi-npcm-pspi.c25 unsigned int rx_bytes; member in struct:npcm_pspi
167 priv->rx_bytes = t->len;
227 rsize = min(bytes_per_word(priv->bits_per_word), priv->rx_bytes);
228 priv->rx_bytes -= rsize;
321 if (!priv->rx_bytes)
326 if (!priv->rx_bytes) {
/linux-master/drivers/net/can/
H A Dvcan.c77 stats->rx_bytes += can_skb_get_data_len(skb);
111 stats->rx_bytes += len;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c115 new_stats.rx_bytes - old_stats->bytes,
121 old_stats->bytes = new_stats.rx_bytes;
H A Dlan966x_police.c173 old_stats->bytes = new_stats.rx_bytes;
216 new_stats.rx_bytes - old_stats->bytes,
222 old_stats->bytes = new_stats.rx_bytes;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_edt.sh72 cat /sys/class/net/veth_dst/statistics/rx_bytes )
80 cat /sys/class/net/veth_dst/statistics/rx_bytes )
/linux-master/drivers/net/wireguard/
H A Dpeer.h52 u64 rx_bytes, tx_bytes; member in struct:wg_peer
/linux-master/sound/firewire/fireface/
H A Dff-transaction.c28 snd_rawmidi_transmit_ack(substream, ff->rx_bytes[port]);
29 ff->rx_bytes[port] = 0;
68 if (ff->rx_bytes[port] > 0 || ff->rx_midi_error[port])
91 ff->rx_bytes[port] * 8 * (NSEC_PER_SEC / 31250));
/linux-master/net/mac80211/
H A Dled.h84 local->tpt_led_trigger->rx_bytes += bytes;
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.h46 u64 rx_bytes; member in struct:xge_stats
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h23 unsigned long rx_bytes; member in struct:mlx4_en_counter_stats
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c28 pcpu_ptr->stats.rx_bytes += skb->len;
148 total_stats.rx_bytes += snapshot.rx_bytes;
155 s->rx_bytes = total_stats.rx_bytes;
H A Drmnet_config.h59 u64 rx_bytes; member in struct:rmnet_vnd_stats
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhv_vhca_stats.c11 u64 rx_bytes; member in struct:mlx5e_hv_vhca_per_ring_stats
25 data->rx_bytes = stats->rq.bytes;
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.h55 u32 rx_bytes; member in struct:miig_stats_regs
133 ICSSG_STATS(rx_bytes, true),
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h27 * @rx_bytes: Received bytes
35 u64 rx_bytes; member in struct:nfp_repr_pcpu_stats
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c266 mdata->uapsd_nonagg_detect.rx_bytes += len;
740 u32 rx_bytes = le32_to_cpu(rx_bytes_le[i]); local
744 mdata->uapsd_nonagg_detect.rx_bytes += rx_bytes;
749 rx_bytes * 8 / airtime);
850 u32 rx_bytes[MAC_INDEX_AUX] = {}; local
911 rx_bytes[mvmvif->id] +=
912 le32_to_cpu(per_link[fw_link_id].rx_bytes);
926 rx_bytes_le[vif_id] = cpu_to_le32(rx_bytes[vif_id]);
995 __le32 rx_bytes[MAC_INDEX_AU local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c348 unsigned int *rx_bytes,
355 *rx_bytes = xdp_get_buff_len(xdp_buff);
379 *rx_bytes = 0;
385 *rx_bytes = 0;
455 unsigned int rx_bytes; local
501 &rx_bytes, xdp_res, &failure);
506 total_rx_bytes += rx_bytes;
344 i40e_handle_xdp_result_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp_buff, union i40e_rx_desc *rx_desc, unsigned int *rx_packets, unsigned int *rx_bytes, unsigned int xdp_res, bool *failure) argument

Completed in 257 milliseconds

1234567891011>>