Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_pd.c60 struct ib_pd *hns_roce_alloc_pd(struct ib_device *ib_dev, in hns_roce_alloc_pd() function
93 EXPORT_SYMBOL_GPL(hns_roce_alloc_pd);
Dhns_roce_device.h959 struct ib_pd *hns_roce_alloc_pd(struct ib_device *ib_dev,
Dhns_roce_main.c555 ib_dev->alloc_pd = hns_roce_alloc_pd; in hns_roce_register_device()
Dhns_roce_hw_v1.c745 pd = hns_roce_alloc_pd(&hr_dev->ib_dev, NULL, NULL); in hns_roce_v1_rsv_lp_qp()