Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c966 struct hns_roce_pf_res_a *req_a; in hns_roce_query_pf_resource() local
985 req_a = (struct hns_roce_pf_res_a *)desc[0].data; in hns_roce_query_pf_resource()
988 hr_dev->caps.qpc_bt_num = roce_get_field(req_a->qpc_bt_idx_num, in hns_roce_query_pf_resource()
991 hr_dev->caps.srqc_bt_num = roce_get_field(req_a->srqc_bt_idx_num, in hns_roce_query_pf_resource()
994 hr_dev->caps.cqc_bt_num = roce_get_field(req_a->cqc_bt_idx_num, in hns_roce_query_pf_resource()
997 hr_dev->caps.mpt_bt_num = roce_get_field(req_a->mpt_bt_idx_num, in hns_roce_query_pf_resource()
1011 struct hns_roce_vf_res_a *req_a; in hns_roce_alloc_vf_resource() local
1015 req_a = (struct hns_roce_vf_res_a *)desc[0].data; in hns_roce_alloc_vf_resource()
1017 memset(req_a, 0, sizeof(*req_a)); in hns_roce_alloc_vf_resource()
1029 roce_set_field(req_a->vf_qpc_bt_idx_num, in hns_roce_alloc_vf_resource()
[all …]