Searched refs:next_resp_state (Results 1 – 2 of 2) sorted by relevance
1216 switch (mbox_svc.next_resp_state) { in mailbox_response_parser()1224 mbox_svc.next_resp_state = SRS_WAIT_FOR_HEADER; in mailbox_response_parser()1265 mbox_svc.next_resp_state = SRS_WAIT_FOR_ARGUMENTS; in mailbox_response_parser()1273 mbox_svc.next_resp_state = SRS_WAIT_FOR_RESP; in mailbox_response_parser()1283 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1346 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1366 mbox_svc.next_resp_state = SRS_WAIT_FOR_RESP; in mailbox_response_parser()1369 mbox_svc.next_resp_state = SRS_SYNC_ERROR; in mailbox_response_parser()1399 if (mbox_svc.next_resp_state == SRS_SYNC_ERROR) { in mailbox_response_handler_fsm()1403 } 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