Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c756 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()
H A Dmlx5.h366 struct ibv_qp *cmd_qp; member