Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c138 if (unlikely(!mlx5e_xmit_xdp_buff(rq->xdpsq, rq, di, xdp))) in mlx5e_xdp_handle()
519 sq = &priv->channels.c[sq_num]->xdpsq; in mlx5e_xdp_xmit()
560 struct mlx5e_xdpsq *xdpsq = rq->xdpsq; in mlx5e_xdp_rx_poll_complete() local
562 if (xdpsq->mpwqe.wqe) in mlx5e_xdp_rx_poll_complete()
563 mlx5e_xdp_mpwqe_complete(xdpsq); in mlx5e_xdp_rx_poll_complete()
565 mlx5e_xmit_xdp_doorbell(xdpsq); in mlx5e_xdp_rx_poll_complete()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_txrx.c153 busy |= mlx5e_poll_xdpsq_cq(&c->xdpsq.cq); in mlx5e_napi_poll()
226 mlx5e_cq_arm(&c->xdpsq.cq); in mlx5e_napi_poll()
A Den.h719 struct mlx5e_xdpsq *xdpsq; member
764 struct mlx5e_xdpsq xdpsq; member
805 struct mlx5e_xdpsq_stats xdpsq; member
A Den_main.c481 rq->xdpsq = &c->rq_xdpsq; in mlx5e_init_rxq_rq()
1164 &c->priv->channel_stats[c->ix].xdpsq : in mlx5e_alloc_xdpsq()
2081 &c->xdpsq.cq); in mlx5e_open_queues()
2124 err = mlx5e_open_xdpsq(c, params, &cparam->xdp_sq, NULL, &c->xdpsq, true); in mlx5e_open_queues()
2154 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_open_queues()
2170 mlx5e_close_xdpsq(&c->xdpsq); in mlx5e_close_queues()
2183 mlx5e_close_cq(&c->xdpsq.cq); in mlx5e_close_queues()
A Den_stats.c473 mlx5e_stats_grp_sw_update_stats_xdp_red(s, &channel_stats->xdpsq); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
2232 MLX5E_READ_CTR64_CPU(&priv->channel_stats[i].xdpsq, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Dsetup.c69 rq->xdpsq = &c->rq_xdpsq; in mlx5e_init_xsk_rq()

Completed in 27 milliseconds