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()
636 static void chppProcessRxPayload(struct ChppTransportState *context) { in chppProcessRxPayload()
682 static void chppClearRxDatagram(struct ChppTransportState *context) { in chppClearRxDatagram()
695 static bool chppRxChecksumIsOk(const struct ChppTransportState *context) { in chppRxChecksumIsOk()
724 const struct ChppTransportState *context) { in chppRxHeaderCheck()
747 static void chppRegisterRxAck(struct ChppTransportState *context) { in chppRegisterRxAck()
815 static void chppEnqueueTxPacket(struct ChppTransportState *context, in chppEnqueueTxPacket()
848 struct ChppTransportState *context) { in chppAddHeader()
869 static void chppAddPayload(struct ChppTransportState *context) { in chppAddPayload()
909 static void chppAddFooter(struct ChppTransportState *context) { in chppAddFooter()
932 size_t chppDequeueTxDatagram(struct ChppTransportState *context) { in chppDequeueTxDatagram()
964 static void chppClearTxDatagramQueue(struct ChppTransportState *context) { in chppClearTxDatagramQueue()
984 static void chppTransportDoWork(struct ChppTransportState *context) { in chppTransportDoWork()
1108 static void chppAppendToPendingTxPacket(struct ChppTransportState *context, in chppAppendToPendingTxPacket()
1155 static bool chppEnqueueTxDatagram(struct ChppTransportState *context, in chppEnqueueTxDatagram()
1214 struct ChppTransportState *context) { in chppSendPendingPacket()
1228 static void chppResetTransportContext(struct ChppTransportState *context) { in chppResetTransportContext()
1312 struct ChppTransportState *context, enum ChppEndpointType type) { in chppTransportGetRequestTimeoutResponse()
1466 bool chppRxDataCb(struct ChppTransportState *context, const uint8_t *buf, in chppRxDataCb()
1525 void chppRxPacketCompleteCb(struct ChppTransportState *context) { in chppRxPacketCompleteCb()
1537 bool chppEnqueueTxDatagramOrFail(struct ChppTransportState *context, void *buf, in chppEnqueueTxDatagramOrFail()
1561 void chppEnqueueTxErrorDatagram(struct ChppTransportState *context, in chppEnqueueTxErrorDatagram()
1588 struct ChppTransportState *context) { in chppTransportGetTimeUntilNextDoWorkNs()
1622 void chppWorkThreadStart(struct ChppTransportState *context) { in chppWorkThreadStart()
1641 bool chppWorkThreadHandleSignal(struct ChppTransportState *context, in chppWorkThreadHandleSignal()
1687 static void chppWorkHandleTimeout(struct ChppTransportState *context) { in chppWorkHandleTimeout()
1723 void chppWorkThreadStop(struct ChppTransportState *context) { in chppWorkThreadStop()
1727 void chppLinkSendDoneCb(struct ChppTransportState *context, in chppLinkSendDoneCb()
1743 void chppDatagramProcessDoneCb(struct ChppTransportState *context, in chppDatagramProcessDoneCb()
1750 uint8_t chppRunTransportLoopback(struct ChppTransportState *context, in chppRunTransportLoopback()
1828 void chppTransportSendReset(struct ChppTransportState *context, in chppTransportSendReset()
1865 size_t chppTransportTxMtuSize(const struct ChppTransportState *context) { in chppTransportTxMtuSize()
1872 size_t chppTransportRxMtuSize(const struct ChppTransportState *context) { in chppTransportRxMtuSize()