Searched refs:xdpsq (Results 1 – 7 of 7) sorted by relevance
201 if (unlikely(!mlx5e_xmit_xdp_buff(rq->xdpsq, rq, xdp))) in mlx5e_xdp_handle()660 sq = &priv->channels.c[sq_num]->xdpsq; in mlx5e_xdp_xmit()702 struct mlx5e_xdpsq *xdpsq = rq->xdpsq; in mlx5e_xdp_rx_poll_complete() local704 if (xdpsq->mpwqe.wqe) in mlx5e_xdp_rx_poll_complete()705 mlx5e_xdp_mpwqe_complete(xdpsq); in mlx5e_xdp_rx_poll_complete()707 mlx5e_xmit_xdp_doorbell(xdpsq); in mlx5e_xdp_rx_poll_complete()
164 busy |= mlx5e_poll_xdpsq_cq(&c->xdpsq.cq); in mlx5e_napi_poll()237 mlx5e_cq_arm(&c->xdpsq.cq); in mlx5e_napi_poll()
753 struct mlx5e_xdpsq *xdpsq; member798 struct mlx5e_xdpsq xdpsq; member839 struct mlx5e_xdpsq_stats xdpsq; member
602 rq->xdpsq = &c->rq_xdpsq; in mlx5e_init_rxq_rq()1312 &c->priv->channel_stats[c->ix]->xdpsq : in mlx5e_alloc_xdpsq()2248 &c->xdpsq.cq); in mlx5e_open_queues()2291 err = mlx5e_open_xdpsq(c, params, &cparam->xdp_sq, NULL, &c->xdpsq, true); in mlx5e_open_queues()2321 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_open_queues()2337 mlx5e_close_xdpsq(&c->xdpsq); in mlx5e_close_queues()2350 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_close_queues()
492 sqs[num_sqs++] = c->xdpsq.sqn; in mlx5e_add_sqs_fwd_rules()
537 mlx5e_stats_grp_sw_update_stats_xdp_red(s, &channel_stats->xdpsq); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()2442 MLX5E_READ_CTR64_CPU(&priv->channel_stats[i]->xdpsq, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
80 rq->xdpsq = &c->rq_xdpsq; in mlx5e_init_xsk_rq()
Completed in 28 milliseconds