Home
last modified time | relevance | path

Searched refs:xdpsq (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c201 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() local
704 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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_txrx.c164 busy |= mlx5e_poll_xdpsq_cq(&c->xdpsq.cq); in mlx5e_napi_poll()
237 mlx5e_cq_arm(&c->xdpsq.cq); in mlx5e_napi_poll()
A Den.h753 struct mlx5e_xdpsq *xdpsq; member
798 struct mlx5e_xdpsq xdpsq; member
839 struct mlx5e_xdpsq_stats xdpsq; member
A Den_main.c602 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()
A Den_rep.c492 sqs[num_sqs++] = c->xdpsq.sqn; in mlx5e_add_sqs_fwd_rules()
A Den_stats.c537 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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Dsetup.c80 rq->xdpsq = &c->rq_xdpsq; in mlx5e_init_xsk_rq()

Completed in 29 milliseconds