Searched refs:hns_roce_create_qp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_main.c | 429 .create_qp = hns_roce_create_qp,
|
H A D | hns_roce_device.h | 1241 struct ib_qp *hns_roce_create_qp(struct ib_pd *ib_pd,
|
H A D | hns_roce_qp.c | 1020 struct ib_qp *hns_roce_create_qp(struct ib_pd *pd, in hns_roce_create_qp() function
|
H A D | hns_roce_hw_v1.c | 750 qp = hns_roce_create_qp(pd, &init_attr, NULL); in hns_roce_v1_create_lp_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_main.c | 608 .create_qp = hns_roce_create_qp,
|
H A D | hns_roce_device.h | 1197 int hns_roce_create_qp(struct ib_qp *ib_qp, struct ib_qp_init_attr *init_attr,
|
H A D | hns_roce_qp.c | 1208 int hns_roce_create_qp(struct ib_qp *qp, struct ib_qp_init_attr *init_attr, in hns_roce_create_qp() function
|
H A D | hns_roce_hw_v2.c | 2615 ret = hns_roce_create_qp(qp, init_attr, NULL); in free_mr_init_qp()
|
Completed in 25 milliseconds