Searched refs:txPayload (Results 1 – 1 of 1) sorted by relevance
373 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck() local376 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()387 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck() local389 memcpy(txPayload, buffer, len); in hostIntfTxAck()397 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck() local413 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()469 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse() local470 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()