Home | History | Annotate | Download | only in MMCHSDxe

Lines Matching refs:BytesRemainingToBeTransfered

1130   UINTN      BytesRemainingToBeTransfered;

1194 BytesRemainingToBeTransfered = BufferSize;
1195 while (BytesRemainingToBeTransfered > 0) {
1204 // BytesToBeTranferedThisPass = (BytesToBeTranferedThisPass >= MAX_MMCHS_TRANSFER_SIZE) ? MAX_MMCHS_TRANSFER_SIZE : BytesRemainingToBeTransfered;
1221 BytesRemainingToBeTransfered -= BytesToBeTranferedThisPass;