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

/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp135 return withSpecification(fOutSeg, fNumAddressBits, fMaxSegmentSize,
190 fMaxSegmentSize = maxSegmentSize;
662 fMaxSegmentSize = maxSegmentSize;
1159 if (curSeg.fLength > fMaxSegmentSize)
1161 UInt64 remain = curSeg.fLength - fMaxSegmentSize;
1163 state->fIOVMAddr = fMaxSegmentSize + curSeg.fIOVMAddr;
1164 curSeg.fLength = fMaxSegmentSize;
/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h474 /*! @var fMaxSegmentSize Maximum size of one segment in a scatter/gather list */
475 UInt64 fMaxSegmentSize; member in class:IODMACommand

Completed in 21 milliseconds