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

/macosx-10.10/IOATAFamily-253.0.1/
H A DIOPCIATA.cpp77 #define _prdBuffer reserved->_prdBuffer macro
230 _prdBuffer = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(
236 if ( !_prdBuffer )
242 _prdBuffer->prepare ( );
244 _prdTable = (PRD *) _prdBuffer->getBytesNoCopy();
245 _prdTablePhysical = _prdBuffer->getPhysicalAddress();
278 if( _prdBuffer )
284 _prdBuffer->complete();
285 _prdBuffer
[all...]
H A DIOPCIATA.h169 IOBufferMemoryDescriptor* _prdBuffer; member in struct:IOPCIATA::ExpansionData

Completed in 74 milliseconds