Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c138 if (unlikely(!mlx5e_xmit_xdp_buff(rq->xdpsq, rq, di, xdp))) in mlx5e_xdp_handle()
505 sq = &priv->channels.c[sq_num]->xdpsq; in mlx5e_xdp_xmit()
549 struct mlx5e_xdpsq *xdpsq = rq->xdpsq; in mlx5e_xdp_rx_poll_complete() local
551 if (xdpsq->mpwqe.wqe) in mlx5e_xdp_rx_poll_complete()
552 mlx5e_xdp_mpwqe_complete(xdpsq); in mlx5e_xdp_rx_poll_complete()
554 mlx5e_xmit_xdp_doorbell(xdpsq); in mlx5e_xdp_rx_poll_complete()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c140 busy |= mlx5e_poll_xdpsq_cq(&c->xdpsq.cq); in mlx5e_napi_poll()
199 mlx5e_cq_arm(&c->xdpsq.cq); in mlx5e_napi_poll()
H A Den.h619 struct mlx5e_xdpsq *xdpsq; member
661 struct mlx5e_xdpsq xdpsq; member
697 struct mlx5e_xdpsq_stats xdpsq; member
H A Den_main.c421 rq->xdpsq = &c->rq_xdpsq; in mlx5e_alloc_rq()
1001 &c->priv->channel_stats[c->ix].xdpsq : in mlx5e_alloc_xdpsq()
1860 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &c->xdpsq.cq); in mlx5e_open_queues()
1902 err = mlx5e_open_xdpsq(c, params, &cparam->xdp_sq, NULL, &c->xdpsq, true); in mlx5e_open_queues()
1934 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_open_queues()
1950 mlx5e_close_xdpsq(&c->xdpsq); in mlx5e_close_queues()
1961 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_close_queues()
H A Den_stats.c261 struct mlx5e_xdpsq_stats *xdpsq_red_stats = &channel_stats->xdpsq; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1763 MLX5E_READ_CTR64_CPU(&priv->channel_stats[i].xdpsq, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()