Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1952 struct hns_roce_query_pf_caps_e *resp_e; in hns_roce_query_pf_caps() local
1976 resp_e = (struct hns_roce_query_pf_caps_e *)desc[4].data; in hns_roce_query_pf_caps()
2070 caps->reserved_mrws = roce_get_field(resp_e->chunk_size_shift_rsv_mrws, in hns_roce_query_pf_caps()
2073 caps->chunk_sz = 1 << roce_get_field(resp_e->chunk_size_shift_rsv_mrws, in hns_roce_query_pf_caps()
2076 caps->reserved_cqs = roce_get_field(resp_e->rsv_cqs, in hns_roce_query_pf_caps()
2079 caps->reserved_srqs = roce_get_field(resp_e->rsv_srqs, in hns_roce_query_pf_caps()
2082 caps->reserved_lkey = roce_get_field(resp_e->rsv_lkey, in hns_roce_query_pf_caps()
2085 caps->default_ceq_max_cnt = le16_to_cpu(resp_e->ceq_max_cnt); in hns_roce_query_pf_caps()
2086 caps->default_ceq_period = le16_to_cpu(resp_e->ceq_period); in hns_roce_query_pf_caps()
2087 caps->default_aeq_max_cnt = le16_to_cpu(resp_e->aeq_max_cnt); in hns_roce_query_pf_caps()
[all …]