Searched refs:cmd_qpn (Results 1 – 1 of 1) sorted by relevance
78 struct hinic_cmd_qpn cmd_qpn; in hinic_get_base_qpn() local79 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()