Searched refs:check_qp_type (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_qp.c | 1198 static int check_qp_type(struct hns_roce_dev *hr_dev, enum ib_qp_type type, in check_qp_type() 1235 ret = check_qp_type(hr_dev, init_attr->qp_type, !!udata); in hns_roce_create_qp() 1196 static int check_qp_type(struct hns_roce_dev *hr_dev, enum ib_qp_type type, check_qp_type() function
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 2766 static int check_qp_type(struct mlx5_ib_dev *dev, struct ib_qp_init_attr *attr, in check_qp_type() function 3254 err = check_qp_type(dev, attr, &type); in mlx5_ib_create_qp()
|