Searched refs:mTxRetrans (Results 1 – 1 of 1) sorted by relevance
125 } mTxRetrans; variable262 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 …]