Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c78 struct hinic_cmd_qpn cmd_qpn; in hinic_get_base_qpn() local
79 u16 out_size = sizeof(cmd_qpn); in hinic_get_base_qpn()
87 memset(&cmd_qpn, 0, sizeof(cmd_qpn)); in hinic_get_base_qpn()
88 cmd_qpn.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_get_base_qpn()
89 cmd_qpn.func_id = hinic_global_func_id(hwdev); in hinic_get_base_qpn()
93 &cmd_qpn, sizeof(cmd_qpn), &cmd_qpn, in hinic_get_base_qpn()
95 if (err || !out_size || cmd_qpn.mgmt_msg_head.status) { in hinic_get_base_qpn()
98 err, cmd_qpn.mgmt_msg_head.status, out_size); in hinic_get_base_qpn()
102 *global_qpn = cmd_qpn.base_qpn; in hinic_get_base_qpn()