Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c704 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()
Dmlx5_ib.h215 int create_type; member