Searched refs:mRxCmd (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 142 static const struct NanohubCommand *mRxCmd; variable 415 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck() 438 mRxCmd = hostIntfFindHandler(mRxBuf, mRxSize, &seq); in hostIntfGenerateAck() 440 if (mRxCmd) { in hostIntfGenerateAck() 445 mTxRetrans.cmd = mRxCmd; in hostIntfGenerateAck() 446 if (mRxCmd->fastHandler) in hostIntfGenerateAck() 447 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck() 484 if (!mRxCmd) { in hostIntfTxAckDone() 510 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse() 512 hostIntfTxPacket(mRxCmd->reason, respLen, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfGenerateResponse()
|