Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c88 if (!hr_dev->dfx->query_cqc_info) in hns_roce_fill_res_cq_entry()
95 ret = hr_dev->dfx->query_cqc_info(hr_dev, hr_cq->cqn, (int *)context); in hns_roce_fill_res_cq_entry()
H A Dhns_roce_device.h881 int (*query_cqc_info)(struct hns_roce_dev *hr_dev, u32 cqn, member
H A Dhns_roce_hw_v2.c6130 .query_cqc_info = hns_roce_v2_query_cqc_info,