wqe_ix            308 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static inline u64 mlx5e_get_mpwqe_offset(struct mlx5e_rq *rq, u16 wqe_ix)
wqe_ix            310 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	return (wqe_ix << MLX5E_LOG_ALIGNED_MPWQE_PPW) << PAGE_SHIFT;
wqe_ix            853 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	u16 wqe_ix;
wqe_ix            864 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			wqe_ix    = be16_to_cpu(wqe_ix_be);
wqe_ix            865 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			wqe       = mlx5_wq_ll_get_wqe(wq, wqe_ix);
wqe_ix            866 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			rq->dealloc_wqe(rq, wqe_ix);
wqe_ix            874 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			wqe_ix = mlx5_wq_cyc_get_tail(wq);
wqe_ix            875 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			rq->dealloc_wqe(rq, wqe_ix);