Lines Matching defs:context
126 static void chppSetRxState(struct ChppTransportState *context, in chppSetRxState()
151 static size_t chppConsumePreamble(struct ChppTransportState *context, in chppConsumePreamble()
198 static size_t chppConsumeHeader(struct ChppTransportState *context, in chppConsumeHeader()
264 static size_t chppConsumePayload(struct ChppTransportState *context, in chppConsumePayload()
293 static size_t chppConsumeFooter(struct ChppTransportState *context, in chppConsumeFooter()
386 static void chppAbortRxPacket(struct ChppTransportState *context) { in chppAbortRxPacket()
449 struct ChppTransportState *context) { in chppProcessTransportLoopbackRequest()
494 struct ChppTransportState *context) { in chppProcessTransportLoopbackResponse()
529 static void chppSetResetComplete(struct ChppTransportState *context) { in chppSetResetComplete()
541 static void chppProcessResetAck(struct ChppTransportState *context) { in chppProcessResetAck()
589 static void chppProcessRxPacket(struct ChppTransportState *context) { in chppProcessRxPacket()
646 static void chppProcessRxPayload(struct ChppTransportState *context) { in chppProcessRxPayload()
692 static void chppClearRxDatagram(struct ChppTransportState *context) { in chppClearRxDatagram()
705 static bool chppRxChecksumIsOk(const struct ChppTransportState *context) { in chppRxChecksumIsOk()
734 const struct ChppTransportState *context) { in chppRxHeaderCheck()
757 static void chppRegisterRxAck(struct ChppTransportState *context) { in chppRegisterRxAck()
826 static void chppEnqueueTxPacket(struct ChppTransportState *context, in chppEnqueueTxPacket()
859 struct ChppTransportState *context) { in chppAddHeader()
880 static void chppAddPayload(struct ChppTransportState *context) { in chppAddPayload()
920 static void chppAddFooter(struct ChppTransportState *context) { in chppAddFooter()
943 size_t chppDequeueTxDatagram(struct ChppTransportState *context) { in chppDequeueTxDatagram()
975 static void chppClearTxDatagramQueue(struct ChppTransportState *context) { in chppClearTxDatagramQueue()
995 static void chppTransportDoWork(struct ChppTransportState *context) { in chppTransportDoWork()
1119 static void chppAppendToPendingTxPacket(struct ChppTransportState *context, in chppAppendToPendingTxPacket()
1166 static bool chppEnqueueTxDatagram(struct ChppTransportState *context, in chppEnqueueTxDatagram()
1225 struct ChppTransportState *context) { in chppSendPendingPacket()
1239 static void chppResetTransportContext(struct ChppTransportState *context) { in chppResetTransportContext()
1323 struct ChppTransportState *context, enum ChppEndpointType type) { in chppTransportGetRequestTimeoutResponse()
1477 bool chppRxDataCb(struct ChppTransportState *context, const uint8_t *buf, in chppRxDataCb()
1536 void chppRxPacketCompleteCb(struct ChppTransportState *context) { in chppRxPacketCompleteCb()
1548 bool chppEnqueueTxDatagramOrFail(struct ChppTransportState *context, void *buf, in chppEnqueueTxDatagramOrFail()
1572 void chppEnqueueTxErrorDatagram(struct ChppTransportState *context, in chppEnqueueTxErrorDatagram()
1601 struct ChppTransportState *context) { in chppTransportGetTimeUntilNextDoWorkNs()
1635 void chppWorkThreadStart(struct ChppTransportState *context) { in chppWorkThreadStart()
1654 bool chppWorkThreadHandleSignal(struct ChppTransportState *context, in chppWorkThreadHandleSignal()
1700 static void chppWorkHandleTimeout(struct ChppTransportState *context) { in chppWorkHandleTimeout()
1738 void chppWorkThreadStop(struct ChppTransportState *context) { in chppWorkThreadStop()
1742 void chppLinkSendDoneCb(struct ChppTransportState *context, in chppLinkSendDoneCb()
1758 void chppDatagramProcessDoneCb(struct ChppTransportState *context, in chppDatagramProcessDoneCb()
1765 uint8_t chppRunTransportLoopback(struct ChppTransportState *context, in chppRunTransportLoopback()
1843 void chppTransportSendReset(struct ChppTransportState *context, in chppTransportSendReset()
1880 size_t chppTransportTxMtuSize(const struct ChppTransportState *context) { in chppTransportTxMtuSize()
1887 size_t chppTransportRxMtuSize(const struct ChppTransportState *context) { in chppTransportRxMtuSize()