Searched refs:requst_hdr (Results 1 – 2 of 2) sorted by relevance
89 struct vf_pf_msg_hdr * requst_hdr = NULL; in lm_pf_download_standard_request() local105 requst_hdr = lm_pf_validate_request_header(pdev, vf_info, virt_buffer); in lm_pf_download_standard_request()106 if (requst_hdr != NULL) { in lm_pf_download_standard_request()113 requst_hdr = (struct vf_pf_msg_hdr *)vf_info->pf_vf_response.request_virt_addr; in lm_pf_download_standard_request()116 if (requst_hdr != NULL) { in lm_pf_download_standard_request()121 if (requst_hdr->resp_msg_offset > (vf_info->pf_vf_response.request_offset + length)) { in lm_pf_download_standard_request()126 …esponse_virt_addr = (u8_t*)vf_info->pf_vf_response.request_virt_addr + requst_hdr->resp_msg_offset; in lm_pf_download_standard_request()
653 struct vf_pf_msg_hdr * requst_hdr = vf_info->pf_vf_response.request_virt_addr; in lm_pf_process_standard_request() local657 …DbgMessage(pdev, WARNvf, "lm_pf_process_standard_request %d for VF[%d]\n",requst_hdr->opcode,vf_in… in lm_pf_process_standard_request()659 resp_hdr->opcode = requst_hdr->opcode; in lm_pf_process_standard_request()665 if ( PFVF_IF_VERSION != requst_hdr->if_ver ) in lm_pf_process_standard_request()672 switch (requst_hdr->opcode) in lm_pf_process_standard_request()682 if (PFVF_ACQUIRE_VER != requst_hdr->opcode_ver) in lm_pf_process_standard_request()702 if (PFVF_INIT_VF_VER != requst_hdr->opcode_ver) { in lm_pf_process_standard_request()716 if (PFVF_SETUP_Q_VER != requst_hdr->opcode_ver) { in lm_pf_process_standard_request()725 if (PFVF_SET_Q_FILTERS_VER != requst_hdr->opcode_ver) { in lm_pf_process_standard_request()734 if (PFVF_ACTIVATE_Q_VER != requst_hdr->opcode_ver) { in lm_pf_process_standard_request()[all …]