Home
last modified time | relevance | path

Searched refs:hns_roce_uar (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_pd.c92 int hns_roce_uar_alloc(struct hns_roce_dev *hr_dev, struct hns_roce_uar *uar) in hns_roce_uar_alloc()
123 void hns_roce_uar_free(struct hns_roce_dev *hr_dev, struct hns_roce_uar *uar) in hns_roce_uar_free()
Dhns_roce_device.h276 struct hns_roce_uar { struct
284 struct hns_roce_uar uar; argument
500 struct hns_roce_uar *uar;
1002 struct hns_roce_uar priv_uar;
1123 int hns_roce_uar_alloc(struct hns_roce_dev *dev, struct hns_roce_uar *uar);
1124 void hns_roce_uar_free(struct hns_roce_dev *dev, struct hns_roce_uar *uar);
Dhns_roce_cq.c350 struct hns_roce_uar *uar; in create_kernel_cq()