Searched refs:readCount (Results 1 – 1 of 1) sorted by relevance
1221 unsigned readCount = maxCount; in getBlocks() local1242 if (readCount > commandRemaining) in getBlocks()1244 readCount = commandRemaining; in getBlocks()1246 return command->getBlocks(commandOffset, readCount, data); in getBlocks()