Home
last modified time | relevance | path

Searched refs:hostIntfTxPacket (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
DhostIntf.c178 static void hostIntfTxPacket(uint32_t reason, uint8_t len, uint32_t seq,
295 static void hostIntfTxPacket(__le32 reason, uint8_t len, uint32_t seq, in hostIntfTxPacket() function
410 hostIntfTxPacket(NANOHUB_REASON_ACK, 32, mTxRetrans.seq, hostIntfTxAckDone); in hostIntfTxSendAck()
414 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck()
511 hostIntfTxPacket(mRxCmd->reason, respLen, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfGenerateResponse()