Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1949 struct hns_roce_query_pf_caps_b *resp_b; in hns_roce_query_pf_caps() local
1973 resp_b = (struct hns_roce_query_pf_caps_b *)desc[1].data; in hns_roce_query_pf_caps()
1993 caps->mtpt_entry_sz = resp_b->mtpt_entry_sz; in hns_roce_query_pf_caps()
1994 caps->irrl_entry_sz = resp_b->irrl_entry_sz; in hns_roce_query_pf_caps()
1995 caps->trrl_entry_sz = resp_b->trrl_entry_sz; in hns_roce_query_pf_caps()
1996 caps->cqc_entry_sz = resp_b->cqc_entry_sz; in hns_roce_query_pf_caps()
1997 caps->srqc_entry_sz = resp_b->srqc_entry_sz; in hns_roce_query_pf_caps()
1998 caps->idx_entry_sz = resp_b->idx_entry_sz; in hns_roce_query_pf_caps()
1999 caps->sccc_sz = resp_b->sccc_sz; in hns_roce_query_pf_caps()
2000 caps->max_mtu = resp_b->max_mtu; in hns_roce_query_pf_caps()
[all …]