Searched refs:resp_pf_to_vf (Results 1 – 1 of 1) sorted by relevance
27 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_gen_resp_to_vf() local33 resp_pf_to_vf = (struct hclge_mbx_pf_to_vf_cmd *)desc.data; in hclge_gen_resp_to_vf()48 resp_pf_to_vf->dest_vfid = vf_to_pf_req->mbx_src_vfid; in hclge_gen_resp_to_vf()49 resp_pf_to_vf->msg_len = vf_to_pf_req->msg_len; in hclge_gen_resp_to_vf()51 resp_pf_to_vf->msg.code = HCLGE_MBX_PF_VF_RESP; in hclge_gen_resp_to_vf()52 resp_pf_to_vf->msg.vf_mbx_msg_code = vf_to_pf_req->msg.code; in hclge_gen_resp_to_vf()53 resp_pf_to_vf->msg.vf_mbx_msg_subcode = vf_to_pf_req->msg.subcode; in hclge_gen_resp_to_vf()56 resp_pf_to_vf->msg.resp_status = resp; in hclge_gen_resp_to_vf()61 resp_pf_to_vf->msg.resp_status = EIO; in hclge_gen_resp_to_vf()65 memcpy(resp_pf_to_vf->msg.resp_data, resp_msg->data, in hclge_gen_resp_to_vf()[all …]