Searched refs:cq_devx (Results 1 – 2 of 2) sorted by relevance
1155 if (txq_obj->cq_devx) in mlx5_txq_release_devx_cq_resources()1156 claim_zero(mlx5_devx_cmd_destroy(txq_obj->cq_devx)); in mlx5_txq_release_devx_cq_resources()1279 txq_obj->cq_devx = mlx5_devx_cmd_create_cq(priv->sh->ctx, &cq_attr); in mlx5_txq_create_devx_cq_resources()1280 if (!txq_obj->cq_devx) { in mlx5_txq_create_devx_cq_resources()1369 sq_attr.cqn = txq_obj->cq_devx->id; in mlx5_txq_create_devx_sq_resources()
875 struct mlx5_devx_obj *cq_devx; member