Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_devx.h30 volatile struct mlx5_wqe *wqes; /* The SQ ring buffer. */
42 struct mlx5_wqe *wqes; /* The QP ring buffer. */
H A Dmlx5_prm.h46 #define MLX5_WQE_SIZE sizeof(struct mlx5_wqe)
377 struct mlx5_wqe { struct
/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.h150 struct mlx5_wqe *wqes; /* Work queue. */
746 struct mlx5_wqe *__rte_restrict wqe, in mlx5_tx_cseg_init()
781 struct mlx5_wqe *restrict wqe, in mlx5_tx_qseg_init()
812 struct mlx5_wqe *restrict wqe, in mlx5_tx_wseg_init()
848 struct mlx5_wqe *__rte_restrict wqe, in mlx5_tx_eseg_none()
1663 struct mlx5_wqe *wqe; in mlx5_tx_schedule_send()
1735 struct mlx5_wqe *__rte_restrict wqe; in mlx5_tx_packet_multi_tso()
1832 struct mlx5_wqe *__rte_restrict wqe; in mlx5_tx_packet_multi_send()
1946 struct mlx5_wqe *__rte_restrict wqe; in mlx5_tx_packet_multi_inline()
2217 struct mlx5_wqe *__rte_restrict wqe; in mlx5_tx_burst_tso()
[all …]
H A Dmlx5_txpp.c162 struct mlx5_wqe *wqe = (struct mlx5_wqe *)(uintptr_t)wq->sq_obj.wqes; in mlx5_txpp_doorbell_rearm_queue()
181 struct mlx5_wqe *wqe = (struct mlx5_wqe *)(uintptr_t)wq->sq_obj.wqes; in mlx5_txpp_fill_wqe_rearm_queue()
287 struct mlx5_wqe *wqe = (struct mlx5_wqe *)(uintptr_t)wq->sq_obj.wqes; in mlx5_txpp_fill_wqe_clock_queue()
H A Dmlx5_devx.c1343 txq_data->wqes = (struct mlx5_wqe *)(uintptr_t)txq_obj->sq_obj.wqes; in mlx5_txq_devx_obj_new()