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

Lines Matching defs:generation

659 			UInt32				generation ;
667 fControl->getIRMNodeID( generation, addr.nodeID );
669 DebugLog( "IOFWIsochChannel<%p>::allocateChannelBegin() - generation %d\n", this, (uint32_t)generation );
696 // get generation
698 if (currentGeneration == generation)
704 generation = currentGeneration; // Another bus-reset occurred, do the delay check again
730 fReadCmd->reinit( generation, addr, oldIRM, 3 );
757 fLockCmd->reinit( generation, addr, &oldIRM[0], &newVal, 1 );
831 fLockCmd->reinit( generation, addr, oldPtr, &newVal, 1 );
861 fControl->releaseIRMBandwidthInGeneration(fBandwidth, generation);
867 fGeneration = generation;
928 // A little struct for keeping track of our this pointer and generation
974 UInt32 generation = threadInfo->fGeneration;
980 channel->reallocBandwidth( generation );
994 void IOFWIsochChannel::reallocBandwidth( UInt32 generation )
1010 if( current_generation != generation )
1015 // FWKLOG(( "IOFWIsochChannel::reallocBandwidth - realloc generation %d, current generation = %d\n", generation, current_generation ));
1020 // check to make sure we don't allocate twice on a generation
1022 if( fGeneration == generation )
1042 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1066 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1116 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1137 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1161 fGeneration = generation;
1231 UInt32 generation = 0;
1249 fControl->getIRMNodeID( generation, irm );
1252 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - generation = %d allocated generation = %d\n", generation, fGeneration ));
1254 if( generation != fGeneration )
1276 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1290 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1339 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1353 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1373 fGeneration = generation;