Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c124 } mTxRetrans; variable
261 if (mTxRetrans.seq == packet->seq) { in hostIntfFindHandler()
262 mTxRetrans.seqMatch = true; in hostIntfFindHandler()
263 return mTxRetrans.cmd; in hostIntfFindHandler()
265 mTxRetrans.seqMatch = false; in hostIntfFindHandler()
410 hostIntfTxPacket(NANOHUB_REASON_ACK, 32, mTxRetrans.seq, hostIntfTxAckDone); in hostIntfTxSendAck()
414 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck()
440 if (mTxRetrans.seqMatch) { in hostIntfGenerateAck()
443 mTxRetrans.seq = seq; in hostIntfGenerateAck()
444 mTxRetrans.cmd = mRxCmd; in hostIntfGenerateAck()
[all …]