Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c2203 struct hns_roce_query_pf_caps_e *resp_e; in hns_roce_query_pf_caps() local
2227 resp_e = (struct hns_roce_query_pf_caps_e *)desc[4].data; in hns_roce_query_pf_caps()
2329 caps->reserved_mrws = roce_get_field(resp_e->chunk_size_shift_rsv_mrws, in hns_roce_query_pf_caps()
2332 caps->chunk_sz = 1 << roce_get_field(resp_e->chunk_size_shift_rsv_mrws, in hns_roce_query_pf_caps()
2335 caps->reserved_cqs = roce_get_field(resp_e->rsv_cqs, in hns_roce_query_pf_caps()
2338 caps->reserved_srqs = roce_get_field(resp_e->rsv_srqs, in hns_roce_query_pf_caps()
2341 caps->reserved_lkey = roce_get_field(resp_e->rsv_lkey, in hns_roce_query_pf_caps()
2344 caps->default_ceq_max_cnt = le16_to_cpu(resp_e->ceq_max_cnt); in hns_roce_query_pf_caps()
2345 caps->default_ceq_period = le16_to_cpu(resp_e->ceq_period); in hns_roce_query_pf_caps()
2346 caps->default_aeq_max_cnt = le16_to_cpu(resp_e->aeq_max_cnt); in hns_roce_query_pf_caps()
[all …]