Searched refs:next_resp_state (Results 1 – 2 of 2) sorted by relevance
1215 switch (mbox_svc.next_resp_state) { in mailbox_response_parser()1223 mbox_svc.next_resp_state = SRS_WAIT_FOR_HEADER; in mailbox_response_parser()1264 mbox_svc.next_resp_state = SRS_WAIT_FOR_ARGUMENTS; in mailbox_response_parser()1272 mbox_svc.next_resp_state = SRS_WAIT_FOR_RESP; in mailbox_response_parser()1282 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1345 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1365 mbox_svc.next_resp_state = SRS_WAIT_FOR_RESP; in mailbox_response_parser()1368 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1398 if (mbox_svc.next_resp_state == SRS_SYNC_ERROR) { in mailbox_response_handler_fsm()1402 } while (mbox_svc.resp_state != mbox_svc.next_resp_state); in mailbox_response_handler_fsm()[all …]
383 sdm_resp_state_t next_resp_state; member