Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c125 } mTxRetrans; variable
262 if (mTxRetrans.seq == packet->seq) { in hostIntfFindHandler()
263 mTxRetrans.seqMatch = true; in hostIntfFindHandler()
264 return mTxRetrans.cmd; in hostIntfFindHandler()
266 mTxRetrans.seqMatch = false; in hostIntfFindHandler()
411 hostIntfTxPacket(NANOHUB_REASON_ACK, 32, mTxRetrans.seq, hostIntfTxAckDone); in hostIntfTxSendAck()
415 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck()
441 if (mTxRetrans.seqMatch) { in hostIntfGenerateAck()
444 mTxRetrans.seq = seq; in hostIntfGenerateAck()
445 mTxRetrans.cmd = mRxCmd; in hostIntfGenerateAck()
[all …]