Searched refs:resp_c (Results 1 – 1 of 1) sorted by relevance
2201 struct hns_roce_query_pf_caps_c *resp_c; in hns_roce_query_pf_caps() local2225 resp_c = (struct hns_roce_query_pf_caps_c *)desc[2].data; in hns_roce_query_pf_caps()2263 caps->num_pds = 1 << roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()2266 caps->flags = roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()2272 caps->num_cqs = 1 << roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()2275 caps->gid_table_len[0] = roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()2279 caps->max_cqes = 1 << roce_get_field(resp_c->cq_depth, in hns_roce_query_pf_caps()2282 caps->num_mtpts = 1 << roce_get_field(resp_c->num_mrws, in hns_roce_query_pf_caps()2285 caps->num_qps = 1 << roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()2288 caps->max_qp_init_rdma = roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()[all …]