Searched refs:fMaxTxAsyncDoubleBuffer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h106 UInt32 fMaxTxAsyncDoubleBuffer; member in class:IOFWIPBusInterface
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp311 // Does calculate the fMaxTxAsyncDoubleBuffer & fAsyncRxIsocPacketSize;
679 fMaxTxAsyncDoubleBuffer = 1 << 9;
684 fMaxTxAsyncDoubleBuffer = 1 << ((IOFireWireNub*)(fIPLocalNode->getDevice()))->maxPackLog(true);
687 fMaxTxAsyncDoubleBuffer = MAX(512, fMaxTxAsyncDoubleBuffer);
689 fIPLocalNode->updateMTU(fMaxTxAsyncDoubleBuffer);
757 if(not cmd->initAll(fIPLocalNode, this, fMaxTxAsyncDoubleBuffer, addr, txCompleteBlockWrite, this, false))
827 if(!cmd2->initAll(fIPLocalNode, fControl, this, 0, 0, 0, GASP_TAG, fMaxTxAsyncDoubleBuffer,

Completed in 171 milliseconds