Home | History | Annotate | Download | only in MMCHSDxe

Lines Matching refs:BytesRemainingToBeTransfered

1126   UINTN      BytesRemainingToBeTransfered;

1190 BytesRemainingToBeTransfered = BufferSize;
1191 while (BytesRemainingToBeTransfered > 0) {
1200 // BytesToBeTranferedThisPass = (BytesToBeTranferedThisPass >= MAX_MMCHS_TRANSFER_SIZE) ? MAX_MMCHS_TRANSFER_SIZE : BytesRemainingToBeTransfered;
1217 BytesRemainingToBeTransfered -= BytesToBeTranferedThisPass;