Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1302 struct hns_roce_pf_res_b *req_b; in hns_roce_query_pf_resource() local
1321 req_b = (struct hns_roce_pf_res_b *)desc[1].data; in hns_roce_query_pf_resource()
1336 hr_dev->caps.sl_num = roce_get_field(req_b->qid_idx_sl_num, in hns_roce_query_pf_resource()
1339 hr_dev->caps.sccc_bt_num = roce_get_field(req_b->sccc_bt_idx_num, in hns_roce_query_pf_resource()
1412 struct hns_roce_vf_res_b *req_b; in hns_roce_alloc_vf_resource() local
1416 req_b = (struct hns_roce_vf_res_b *)desc[1].data; in hns_roce_alloc_vf_resource()
1418 memset(req_b, 0, sizeof(*req_b)); in hns_roce_alloc_vf_resource()
1469 roce_set_field(req_b->vf_smac_idx_num, in hns_roce_alloc_vf_resource()
1472 roce_set_field(req_b->vf_smac_idx_num, in hns_roce_alloc_vf_resource()
1477 roce_set_field(req_b->vf_sgid_idx_num, in hns_roce_alloc_vf_resource()
[all …]
/Linux-v5.4/drivers/gpu/drm/tiny/
Dgm12u320.c207 u8 req_a, u8 req_b, in gm12u320_misc_request() argument
214 gm12u320->cmd_buf[21] = req_b; in gm12u320_misc_request()