Home
last modified time | relevance | path

Searched refs:hns_roce_create_qp (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_device.h1196 int hns_roce_create_qp(struct ib_qp *ib_qp, struct ib_qp_init_attr *init_attr,
Dhns_roce_main.c608 .create_qp = hns_roce_create_qp,
Dhns_roce_qp.c1208 int hns_roce_create_qp(struct ib_qp *qp, struct ib_qp_init_attr *init_attr, in hns_roce_create_qp() function
Dhns_roce_hw_v2.c2615 ret = hns_roce_create_qp(qp, init_attr, NULL); in free_mr_init_qp()