Searched refs:p_comm_state (Results 1 – 3 of 3) sorted by relevance
95 return pPwork->p_comm_state[child_aid - 1]; in MB_CommGetParentState()190 if (pPwork->p_comm_state[child_aid - 1] == MB_COMM_PSTATE_SEND_COMPLETE) in MB_CommIsBootable()246 if (pPwork->p_comm_state[child_aid - 1] == state) in MB_CommResponseRequest()278 pPwork->p_comm_state[child - 1] = state; in MBi_CommChangeParentState()404 if (pPwork->p_comm_state[sparg->aid - 1] == MB_COMM_PSTATE_BOOT_REQUEST) in MBi_CommParentCallback()411 pPwork->p_comm_state[sparg->aid - 1] = MB_COMM_PSTATE_NONE; in MBi_CommParentCallback()556 state = pPwork->p_comm_state[child - 1]; in MBi_CommParentRecvDataPerChild()834 if (pPwork->p_comm_state[child - 1] == MB_COMM_PSTATE_REQ_ACCEPTED) in MBi_CommParentSendDLFileInfo()889 if (pPwork->p_comm_state[child - 1] == MB_COMM_PSTATE_REQ_ACCEPTED in MBi_CommParentSendDLFileInfo()1110 switch (pPwork->p_comm_state[child - 1]) in MBi_CommParentSendData()
249 if (pPwork->p_comm_state[i] != MB_COMM_PSTATE_NONE) in MbWaitForWvr()1294 pPwork->p_comm_state[i] = MB_COMM_PSTATE_NONE; in MBi_StartParentCore()1513 pPwork->p_comm_state[aid - 1] = MB_COMM_PSTATE_NONE; in MB_DisconnectChild()
117 int p_comm_state[MB_MAX_CHILD]; // Holds the state of each of the children member