Searched refs:resp_b (Results 1 – 1 of 1) sorted by relevance
2188 struct hns_roce_query_pf_caps_b *resp_b; in hns_roce_query_caps() local2231 caps->mtpt_entry_sz = resp_b->mtpt_entry_sz; in hns_roce_query_caps()2234 caps->cqc_entry_sz = resp_b->cqc_entry_sz; in hns_roce_query_caps()2236 caps->idx_entry_sz = resp_b->idx_entry_sz; in hns_roce_query_caps()2237 caps->sccc_sz = resp_b->sccc_sz; in hns_roce_query_caps()2238 caps->max_mtu = resp_b->max_mtu; in hns_roce_query_caps()2239 caps->min_cqes = resp_b->min_cqes; in hns_roce_query_caps()2240 caps->min_wqes = resp_b->min_wqes; in hns_roce_query_caps()2243 caps->phy_num_uars = resp_b->phy_num_uars; in hns_roce_query_caps()2244 ctx_hop_num = resp_b->ctx_hop_num; in hns_roce_query_caps()[all …]