Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_qp.c1179 static int check_qp_type(struct hns_roce_dev *hr_dev, enum ib_qp_type type, in check_qp_type() function
1217 ret = check_qp_type(hr_dev, init_attr->qp_type, !!udata); in hns_roce_create_qp()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dqp.c2766 static int check_qp_type(struct mlx5_ib_dev *dev, struct ib_qp_init_attr *attr, in check_qp_type() function
3250 err = check_qp_type(dev, attr, &type); in mlx5_ib_create_qp()