Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c106 if (!hr_dev->hw->query_qpc) in hns_roce_fill_res_qp_entry_raw()
109 ret = hr_dev->hw->query_qpc(hr_dev, hr_qp->qpn, &context.qpc); in hns_roce_fill_res_qp_entry_raw()
Dhns_roce_device.h958 int (*query_qpc)(struct hns_roce_dev *hr_dev, u32 qpn, void *buffer); member
Dhns_roce_hw_v2.c6838 .query_qpc = hns_roce_v2_query_qpc,