Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c183 struct hns_roce_srq *hr_srq = to_hr_srq(ib_srq); in hns_roce_fill_res_srq_entry() local
190 if (rdma_nl_put_driver_u32_hex(msg, "srqn", hr_srq->srqn)) in hns_roce_fill_res_srq_entry()
193 if (rdma_nl_put_driver_u32_hex(msg, "wqe_cnt", hr_srq->wqe_cnt)) in hns_roce_fill_res_srq_entry()
196 if (rdma_nl_put_driver_u32_hex(msg, "max_gs", hr_srq->max_gs)) in hns_roce_fill_res_srq_entry()
199 if (rdma_nl_put_driver_u32_hex(msg, "xrcdn", hr_srq->xrcdn)) in hns_roce_fill_res_srq_entry()
214 struct hns_roce_srq *hr_srq = to_hr_srq(ib_srq); in hns_roce_fill_res_srq_entry_raw() local
221 ret = hr_dev->hw->query_srqc(hr_dev, hr_srq->srqn, &context); in hns_roce_fill_res_srq_entry_raw()