Home
last modified time | relevance | path

Searched defs:wqe (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_quota.c113 mlx5_quota_wqe_set_aso_read(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_wqe_set_aso_read()
133 mlx5_quota_wqe_set_mtr_tokens(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_wqe_set_mtr_tokens()
161 mlx5_quota_wqe_query(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_wqe_query()
170 mlx5_quota_wqe_update(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_wqe_update()
179 mlx5_quota_wqe_query_update(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_wqe_query_update()
188 mlx5_quota_set_init_wqe(volatile struct mlx5_aso_wqe *restrict wqe, in mlx5_quota_set_init_wqe()
300 volatile struct mlx5_aso_wqe *restrict wqe; in mlx5_quota_cmd_wqe() local
347 volatile struct mlx5_aso_wqe *restrict wqe) in mlx5_quota_wqe_init_common()
/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h65 ssovf_octeontx_wqe_xtract_mseg(octtx_wqe_t *wqe, in ssovf_octeontx_wqe_xtract_mseg()
103 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_to_pkt() local
145 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_free() local
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c121 #define WQE_HEADER(wqe) ((struct hinic_cmdq_header *)(wqe)) argument
237 static void cmdq_set_lcmd_bufdesc(struct hinic_cmdq_wqe_lcmd *wqe, in cmdq_set_lcmd_bufdesc()
278 static void cmdq_prepare_wqe_ctrl(struct hinic_cmdq_wqe *wqe, int wrapped, in cmdq_prepare_wqe_ctrl()
329 static void cmdq_set_lcmd_wqe(struct hinic_cmdq_wqe *wqe, in cmdq_set_lcmd_wqe()
396 struct hinic_cmdq_wqe *wqe) in clear_wqe_complete_bit()
715 struct hinic_cmdq_wqe *wqe; in hinic_cmdq_poll_msg() local
778 struct hinic_cmdq_wqe *curr_wqe, wqe; in cmdq_sync_cmd_direct_resp() local
H A Dhinic_pmd_wq.h61 #define WQE_SHADOW_PAGE(wq, wqe) \ argument
65 #define WQE_IN_RANGE(wqe, start, end) \ argument
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c174 uint8_t *wqe = (uint8_t *)(uintptr_t)qp_obj->qp_obj.wqes + wqe_offset; in __prep_one() local
213 uint8_t *wqe = (uint8_t *)(uintptr_t)qp->qp_obj.wqes + wqe_offset; in send_doorbell() local
250 struct mlx5_wqe_ctrl_seg *wqe = (struct mlx5_wqe_ctrl_seg *)((uint8_t *) in complete_umr_wqe() local
295 struct mlx5_wqe_ctrl_seg *wqe = (struct mlx5_wqe_ctrl_seg *)((uint8_t *) in prep_nop_regex_wqe_set() local
621 uint8_t *wqe = (uint8_t *)(uintptr_t)qp_obj->qp_obj.wqes; in setup_qps() local
/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.h83 volatile struct mlx4_wqe_ctrl_seg *wqe; /**< SQ WQE. */ member
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c267 hinic_prepare_rq_wqe(void *wqe, __rte_unused u16 pi, dma_addr_t buf_addr, in hinic_prepare_rq_wqe()