Searched refs:cmd_qp (Results 1 – 2 of 2) sorted by relevance
756 if (msrq->cmd_qp) { in mlx5_destroy_srq()757 ret = mlx5_destroy_qp(msrq->cmd_qp); in mlx5_destroy_srq()760 msrq->cmd_qp = NULL; in mlx5_destroy_srq()2095 msrq->cmd_qp = create_cmd_qp(context, attr, ibsrq); in mlx5_create_srq_ex()2096 if (!msrq->cmd_qp) in mlx5_create_srq_ex()2115 if (msrq->cmd_qp) in mlx5_create_srq_ex()2116 mlx5_destroy_qp(msrq->cmd_qp); in mlx5_create_srq_ex()
366 struct ibv_qp *cmd_qp; member