• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/

Lines Matching refs:tLabel

5126     UInt32	tCode, tLabel;
5135 tLabel = (quad0 & kFWAsynchTLabel) >> kFWAsynchTLabelPhase;
5149 processWriteRequest(sourceID, tLabel, data, &data[3], 4, speed);
5164 processWriteRequest(sourceID, tLabel, data, &data[4],
5169 if(fTrans[tLabel].fHandler) {
5170 IOFWAsyncCommand * cmd = fTrans[tLabel].fHandler;
5188 tLabel, data[1]);
5206 &buf, &offset, NULL, (IOFWRequestRefCon)(tLabel | kRequestIsQuad));
5220 fFWIM->asyncReadQuadResponse(sourceID, speed, tLabel, ret, quad );
5227 fFWIM->asyncReadQuadResponse(sourceID, speed, tLabel, ret, OSSwapHostToBigInt32(0xdeadbeef));
5248 ret = doReadSpace(sourceID, speed, addr, length, &buf, &offset, &dma_command, (IOFWRequestRefCon)(tLabel));
5257 fFWIM->asyncReadResponse(sourceID, speed, tLabel, ret, buf, offset, length, dma_command );
5263 fFWIM->asyncReadResponse(sourceID, speed, tLabel, ret, fBadReadResponse, 0, 4, NULL);
5271 if(fTrans[tLabel].fHandler) {
5272 IOFWAsyncCommand * cmd = fTrans[tLabel].fHandler;
5294 DEBUGLOG("ReadQuadletResponse: label %d isn't in use!!\n", tLabel);
5301 if(fTrans[tLabel].fHandler) {
5303 IOFWAsyncCommand * cmd = fTrans[tLabel].fHandler;
5324 DEBUGLOG("ReadBlock/LockResponse: label %d isn't in use!!\n", tLabel);
5336 processLockRequest(sourceID, tLabel, data, &data[4],
5758 void IOFireWireController::processWriteRequest(UInt16 sourceID, UInt32 tLabel,
5805 ret = found->doWrite(sourceID, speed, addr, len, buf, (IOFWRequestRefCon)tLabel);
5810 FWTrace(kFWTController, kTPControllerProcessWriteRequest, (uintptr_t)fFWIM, sourceID, ret, tLabel);
5813 fFWIM->asyncWriteResponse(sourceID, speed, tLabel, ret, addr.addressHi);
5822 void IOFireWireController::processLockRequest(UInt16 sourceID, UInt32 tLabel,
5832 IOFWRequestRefCon refcon = (IOFWRequestRefCon)(tLabel | kRequestIsLock | (type << kRequestExtTCodeShift));
5841 fFWIM->asyncLockResponse(sourceID, speed, tLabel, ret, type, oldVal, outLen);