Lines Matching refs:chppSetRxState
40 static void chppSetRxState(struct ChppTransportState *context,
108 static void chppSetRxState(struct ChppTransportState *context, in chppSetRxState() function
161 chppSetRxState(context, CHPP_STATE_HEADER); in chppConsumePreamble()
197 chppSetRxState(context, CHPP_STATE_PREAMBLE); in chppConsumeHeader()
201 chppSetRxState(context, CHPP_STATE_FOOTER); in chppConsumeHeader()
221 chppSetRxState(context, CHPP_STATE_PREAMBLE); in chppConsumeHeader()
225 chppSetRxState(context, CHPP_STATE_PAYLOAD); in chppConsumeHeader()
256 chppSetRxState(context, CHPP_STATE_FOOTER); in chppConsumePayload()
354 chppSetRxState(context, CHPP_STATE_PREAMBLE); in chppConsumeFooter()
419 chppSetRxState(context, CHPP_STATE_PREAMBLE); in chppAbortRxPacket()
1475 chppSetRxState(context, CHPP_STATE_PREAMBLE); in chppRxDataCb()