Searched refs:sqpn (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_qp.c | 685 struct ib_udata *udata, unsigned long sqpn, in hns_roce_create_qp_common() argument 894 if (sqpn) { in hns_roce_create_qp_common() 895 qpn = sqpn; in hns_roce_create_qp_common() 932 if (sqpn) in hns_roce_create_qp_common() 963 if (!sqpn) in hns_roce_create_qp_common()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | qp.c | 991 struct ib_udata *udata, int sqpn, in create_qp_common() argument 1006 if (sqpn) { in create_qp_common() 1014 qp0_enabled_vf(dev->dev, sqpn)) in create_qp_common() 1020 qpn = sqpn; in create_qp_common() 1043 sqpn = qpn; in create_qp_common() 1194 if (sqpn) { in create_qp_common() 1265 if (!sqpn) { in create_qp_common() 1612 int sqpn; in _mlx4_ib_create_qp() local 1619 1, 1, &sqpn, 0, in _mlx4_ib_create_qp() 1625 sqpn = get_sqp_num(to_mdev(pd->device), init_attr); in _mlx4_ib_create_qp() [all …]
|