Searched refs:ConsumeSize (Results 1 – 1 of 1) sorted by relevance
237 UINTN ConsumeSize; in MmcIoBlocks() local325 ConsumeSize = BlockCount * This->Media->BlockSize; in MmcIoBlocks()326 if (BytesRemainingToBeTransfered < ConsumeSize) { in MmcIoBlocks()327 ConsumeSize = BytesRemainingToBeTransfered; in MmcIoBlocks()329 Status = MmcTransferBlock (This, Cmd, Transfer, MediaId, Lba, ConsumeSize, Buffer); in MmcIoBlocks()334 BytesRemainingToBeTransfered -= ConsumeSize; in MmcIoBlocks()337 Buffer = (UINT8 *)Buffer + ConsumeSize; in MmcIoBlocks()