Home
last modified time | relevance | path

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

/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c108 regex_ctrl_destroy_hw_qp(struct mlx5_regex_qp *qp, uint16_t q_ind) in regex_ctrl_destroy_hw_qp() argument
110 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_destroy_hw_qp()
134 uint16_t q_ind, uint16_t log_nb_desc) in regex_ctrl_create_hw_qp() argument
143 .user_index = q_ind, in regex_ctrl_create_hw_qp()
145 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_create_hw_qp()
149 qp_obj->qpn = q_ind; in regex_ctrl_create_hw_qp()
167 regex_ctrl_destroy_hw_qp(qp, q_ind); in regex_ctrl_create_hw_qp()
175 (void)q_ind; in regex_ctrl_create_hw_qp()