Searched refs:cmdIdx (Results 1 – 2 of 2) sorted by relevance
1154 for (uint16_t cmdIdx = 0; cmdIdx < reqCount; cmdIdx++) { in chppRecalculateNextTimeout() local1155 struct ChppOutgoingRequestState *reqState = &reqStates[cmdIdx]; in chppRecalculateNextTimeout()1189 for (uint16_t cmdIdx = 0; cmdIdx < cmdCount; cmdIdx++) { in chppCloseOpenRequests() local1190 if (endpointState->outReqStates[cmdIdx].requestState == in chppCloseOpenRequests()1194 CHPP_LOGE("Closing open req #%" PRIu16 " clear %d", cmdIdx, clearOnly); in chppCloseOpenRequests()1197 endpointState->outReqStates[cmdIdx].requestState = in chppCloseOpenRequests()1211 endpointState->outReqStates[cmdIdx].transaction; in chppCloseOpenRequests()1213 response->command = cmdIdx; in chppCloseOpenRequests()
1336 for (uint16_t cmdIdx = 0; cmdIdx < cmdCount; cmdIdx++) { in chppTransportGetRequestTimeoutResponse() local1337 const struct ChppOutgoingRequestState *reqState = &reqStates[cmdIdx]; in chppTransportGetRequestTimeoutResponse()1344 timedOutCmd = cmdIdx; in chppTransportGetRequestTimeoutResponse()