Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c103 if (!hr_dev->hw->query_qpc) in hns_roce_fill_res_qp_entry_raw()
106 ret = hr_dev->hw->query_qpc(hr_dev, hr_qp->qpn, &context); in hns_roce_fill_res_qp_entry_raw()
Dhns_roce_device.h909 int (*query_qpc)(struct hns_roce_dev *hr_dev, u32 qpn, void *buffer); member
Dhns_roce_hw_v2.c6633 .query_qpc = hns_roce_v2_query_qpc,