Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.h42 struct mlx5_regex_qp { struct
43 uint32_t flags; /* QP user flags. */
44 uint32_t nb_desc; /* Total number of desc for this qp. */
45 struct mlx5_regex_sq *sqs; /* Pointer to sq array. */
46 uint16_t nb_obj; /* Number of sq objects. */
47 struct mlx5_regex_cq cq; /* CQ struct. */
48 uint32_t free_sqs;
72 struct mlx5_regex_qp *qps; /* Pointer to the qp array. */ argument