Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1950 struct hns_roce_query_pf_caps_c *resp_c; in hns_roce_query_pf_caps() local
1974 resp_c = (struct hns_roce_query_pf_caps_c *)desc[2].data; in hns_roce_query_pf_caps()
2010 caps->num_pds = 1 << roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()
2013 caps->flags = roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()
2019 caps->num_cqs = 1 << roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()
2022 caps->gid_table_len[0] = roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()
2025 caps->max_cqes = 1 << roce_get_field(resp_c->cq_depth, in hns_roce_query_pf_caps()
2028 caps->num_mtpts = 1 << roce_get_field(resp_c->num_mrws, in hns_roce_query_pf_caps()
2031 caps->num_qps = 1 << roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()
2034 caps->max_qp_init_rdma = roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()
[all …]