Searched defs:qp_obj (Results 1 – 5 of 5) sorted by relevance
/dpdk/drivers/regex/mlx5/ |
H A D | mlx5_regex_fastpath.c | 146 __prep_one(struct mlx5_regex_priv *priv, struct mlx5_regex_hw_qp *qp_obj, in __prep_one() 194 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops *op, in prep_one() 244 complete_umr_wqe(struct mlx5_regex_qp *qp, struct mlx5_regex_hw_qp *qp_obj, in complete_umr_wqe() 309 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops **op, in prep_regex_umr_wqe_set() 412 struct mlx5_regex_hw_qp *qp_obj; in mlx5_regexdev_enqueue_gga() local 451 struct mlx5_regex_hw_qp *qp_obj; in mlx5_regexdev_enqueue() local 585 struct mlx5_regex_hw_qp *qp_obj = &queue->qps[hw_qpid]; in mlx5_regexdev_dequeue() local 620 struct mlx5_regex_hw_qp *qp_obj = &queue->qps[hw_qpid]; in setup_qps() local
|
H A D | mlx5_regex_control.c | 110 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_destroy_hw_qp() local 145 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_create_hw_qp() local
|
H A D | mlx5_regex.h | 22 struct mlx5_devx_qp qp_obj; /* The QP DevX object. */ member
|
/dpdk/drivers/common/mlx5/ |
H A D | mlx5_common_devx.c | 354 mlx5_devx_qp_create(void *ctx, struct mlx5_devx_qp *qp_obj, uint32_t queue_size, in mlx5_devx_qp_create()
|
/dpdk/drivers/net/mlx5/linux/ |
H A D | mlx5_verbs.c | 862 struct ibv_qp *qp_obj = NULL; in mlx5_txq_ibv_qp_create() local
|