Searched refs:create_type (Results 1 – 2 of 2) sorted by relevance
696 qp->create_type = MLX5_QP_USER; in create_user_qp()802 qp->create_type = MLX5_QP_KERNEL; in create_kernel_qp()937 qp->create_type = MLX5_QP_EMPTY; in create_qp_common()1039 if (qp->create_type == MLX5_QP_USER) in create_qp_common()1041 else if (qp->create_type == MLX5_QP_KERNEL) in create_qp_common()1165 if (qp->create_type == MLX5_QP_KERNEL) { in destroy_qp_common()1180 if (qp->create_type == MLX5_QP_KERNEL) in destroy_qp_common()1182 else if (qp->create_type == MLX5_QP_USER) in destroy_qp_common()
214 int create_type; member