Lines Matching refs:seq
290 context->rxHeader.length, context->rxHeader.seq, in chppConsumeFooter()
298 context->rxHeader.length, context->rxHeader.seq, in chppConsumeFooter()
319 context->rxHeader.seq, context->rxHeader.length); in chppConsumeFooter()
326 context->rxHeader.seq, in chppConsumeFooter()
336 context->rxHeader.seq, context->rxHeader.length); in chppConsumeFooter()
341 CHPP_LOGI("RX RESET-ACK packet. seq=%" PRIu8, context->rxHeader.seq); in chppConsumeFooter()
346 context->rxHeader.seq, context->rxHeader.length); in chppConsumeFooter()
525 context->rxHeader.seq, context->rxHeader.packetCode); in chppProcessResetAck()
543 context->rxStatus.expectedSeq = context->rxHeader.seq + 1; in chppProcessResetAck()
582 context->rxHeader.seq != context->rxStatus.expectedSeq) { in chppProcessRxPacket()
599 context->rxHeader.seq, context->rxStatus.expectedSeq, in chppProcessRxPacket()
625 context->rxHeader.seq, context->rxHeader.length, in chppProcessRxPayload()
642 context->rxDatagram.length, context->rxHeader.seq, in chppProcessRxPayload()
719 context->rxHeader.seq, context->rxStatus.expectedSeq, in chppRxHeaderCheck()
755 context->rxHeader.seq, context->txStatus.txAttempts - 1); in chppRegisterRxAck()
865 txHeader->seq, remainingBytes, context->txDatagramQueue.pending); in chppAddPayload()
997 txHeader->seq = context->rxStatus.receivedAckSeq; in chppTransportDoWork()
998 context->txStatus.sentSeq = txHeader->seq; in chppTransportDoWork()
1038 txHeader->packetCode, txHeader->ackSeq, txHeader->seq, in chppTransportDoWork()
1250 transportContext->rxStatus.expectedSeq = transportContext->rxHeader.seq + 1; in chppReset()
1452 context->rxStatus.state, context->rxHeader.seq, in chppRxPacketCompleteCb()