Searched refs:locInState (Results 1 – 2 of 2) sorted by relevance
112 context->rxStatus.state, newState, context->rxStatus.locInState); in chppSetRxState()113 context->rxStatus.locInState = 0; in chppSetRxState()138 context->rxStatus.locInState < CHPP_PREAMBLE_LEN_BYTES) { in chppConsumePreamble()139 size_t offset = context->rxStatus.locInState; in chppConsumePreamble()143 context->rxStatus.locInState++; in chppConsumePreamble()147 context->rxStatus.locInState = 1; in chppConsumePreamble()151 context->rxStatus.locInState = 0; in chppConsumePreamble()158 if (context->rxStatus.locInState == CHPP_PREAMBLE_LEN_BYTES) { in chppConsumePreamble()180 CHPP_ASSERT(context->rxStatus.locInState < in chppConsumeHeader()183 len, (sizeof(struct ChppTransportHeader) - context->rxStatus.locInState)); in chppConsumeHeader()[all …]
323 size_t locInState; member