Searched refs:req_resp_state (Results 1 – 3 of 3) sorted by relevance
97 if ((vf_info->pf_vf_response.req_resp_state != VF_PF_WAIT_FOR_START_REQUEST) in lm_pf_download_standard_request()98 && (vf_info->pf_vf_response.req_resp_state != VF_PF_WAIT_FOR_NEXT_CHUNK_OF_REQUEST)) { in lm_pf_download_standard_request()99 … not expect PFVF request (%d)\n", vf_info->relative_vf_id, vf_info->pf_vf_response.req_resp_state); in lm_pf_download_standard_request()102 if (vf_info->pf_vf_response.req_resp_state == VF_PF_WAIT_FOR_START_REQUEST) { in lm_pf_download_standard_request()124 vf_info->pf_vf_response.req_resp_state = VF_PF_WAIT_FOR_NEXT_CHUNK_OF_REQUEST; in lm_pf_download_standard_request()128 vf_info->pf_vf_response.req_resp_state = VF_PF_REQUEST_IN_PROCESSING; in lm_pf_download_standard_request()132 vf_info->pf_vf_response.req_resp_state = VF_PF_WAIT_FOR_START_REQUEST; in lm_pf_download_standard_request()155 switch (vf_info->pf_vf_response.req_resp_state) { in lm_pf_upload_standard_response()172 vf_info->pf_vf_response.req_resp_state = VF_PF_WAIT_FOR_START_REQUEST; in lm_pf_upload_standard_response()182 vf_info->pf_vf_response.req_resp_state = VF_PF_WAIT_FOR_START_REQUEST; in lm_pf_upload_standard_response()[all …]
656 …_VIRT_MODE_MASTER_PFDEV(pdev) && vf_info && (vf_info->pf_vf_response.req_resp_state == VF_PF_REQUE… in lm_pf_process_standard_request()668 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()685 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()704 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()718 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()727 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()736 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()744 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()757 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()772 vf_info->pf_vf_response.req_resp_state = VF_PF_RESPONSE_READY; in lm_pf_process_standard_request()[all …]
86 u16_t req_resp_state; member