Searched refs:create_type (Results 1 – 2 of 2) sorted by relevance
704 qp->create_type = MLX5_QP_USER; in create_user_qp()810 qp->create_type = MLX5_QP_KERNEL; in create_kernel_qp()946 qp->create_type = MLX5_QP_EMPTY; in create_qp_common()1047 if (qp->create_type == MLX5_QP_USER) in create_qp_common()1049 else if (qp->create_type == MLX5_QP_KERNEL) in create_qp_common()1173 if (qp->create_type == MLX5_QP_KERNEL) { in destroy_qp_common()1188 if (qp->create_type == MLX5_QP_KERNEL) in destroy_qp_common()1190 else if (qp->create_type == MLX5_QP_USER) in destroy_qp_common()
215 int create_type; member