Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c696 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()
Dmlx5_ib.h214 int create_type; member