rq_stats         3561 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		struct mlx5e_rq_stats *rq_stats = &channel_stats->rq;
rq_stats         3564 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		s->rx_packets   += rq_stats->packets + xskrq_stats->packets;
rq_stats         3565 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		s->rx_bytes     += rq_stats->bytes + xskrq_stats->bytes;
rq_stats          186 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		struct mlx5e_rq_stats *rq_stats = &channel_stats->rq;
rq_stats          190 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_packets	+= rq_stats->packets;
rq_stats          191 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_bytes	+= rq_stats->bytes;
rq_stats          192 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_lro_packets += rq_stats->lro_packets;
rq_stats          193 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_lro_bytes	+= rq_stats->lro_bytes;
rq_stats          194 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_ecn_mark	+= rq_stats->ecn_mark;
rq_stats          195 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_removed_vlan_packets += rq_stats->removed_vlan_packets;
rq_stats          196 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_none	+= rq_stats->csum_none;
rq_stats          197 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_complete += rq_stats->csum_complete;
rq_stats          198 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_complete_tail += rq_stats->csum_complete_tail;
rq_stats          199 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_complete_tail_slow += rq_stats->csum_complete_tail_slow;
rq_stats          200 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_unnecessary += rq_stats->csum_unnecessary;
rq_stats          201 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_csum_unnecessary_inner += rq_stats->csum_unnecessary_inner;
rq_stats          202 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_xdp_drop     += rq_stats->xdp_drop;
rq_stats          203 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_xdp_redirect += rq_stats->xdp_redirect;
rq_stats          211 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_wqe_err   += rq_stats->wqe_err;
rq_stats          212 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_mpwqe_filler_cqes    += rq_stats->mpwqe_filler_cqes;
rq_stats          213 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_mpwqe_filler_strides += rq_stats->mpwqe_filler_strides;
rq_stats          214 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_oversize_pkts_sw_drop += rq_stats->oversize_pkts_sw_drop;
rq_stats          215 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_buff_alloc_err += rq_stats->buff_alloc_err;
rq_stats          216 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cqe_compress_blks += rq_stats->cqe_compress_blks;
rq_stats          217 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cqe_compress_pkts += rq_stats->cqe_compress_pkts;
rq_stats          218 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cache_reuse += rq_stats->cache_reuse;
rq_stats          219 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cache_full  += rq_stats->cache_full;
rq_stats          220 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cache_empty += rq_stats->cache_empty;
rq_stats          221 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cache_busy  += rq_stats->cache_busy;
rq_stats          222 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_cache_waive += rq_stats->cache_waive;
rq_stats          223 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_congst_umr  += rq_stats->congst_umr;
rq_stats          224 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_arfs_err    += rq_stats->arfs_err;
rq_stats          225 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 		s->rx_recover     += rq_stats->recover;
rq_stats          125 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 		struct mlx5e_rq_stats *rq_stats;
rq_stats          128 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 		rq_stats = &channel_stats->rq;
rq_stats          130 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 		s.rx_packets += rq_stats->packets;
rq_stats          131 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 		s.rx_bytes   += rq_stats->bytes;
rq_stats          157 drivers/net/veth.c 		const struct veth_rq_stats *rq_stats = &priv->rq[i].stats;
rq_stats          158 drivers/net/veth.c 		const void *stats_base = (void *)rq_stats;
rq_stats          163 drivers/net/veth.c 			start = u64_stats_fetch_begin_irq(&rq_stats->syncp);
rq_stats          168 drivers/net/veth.c 		} while (u64_stats_fetch_retry_irq(&rq_stats->syncp, start));