Searched defs:CurrentAttemptConfigIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1600 UINT8 CurrentAttemptConfigIndex; local
1681 CurrentAttemptConfigIndex = 1;
1686 CurrentAttemptConfigIndex = AttemptConfigOrder[0];
1688 if (CurrentAttemptConfigIndex < AttemptConfigOrder[Index]) {
1689 CurrentAttemptConfigIndex = AttemptConfigOrder[Index];
1693 CurrentAttemptConfigIndex++;
1701 AttemptConfigData->AttemptConfigIndex = CurrentAttemptConfigIndex;
1774 CurrentAttemptConfigIndex = (UINT8) (KeyValue - KEY_ATTEMPT_ENTRY_BASE);
1776 AttemptConfigData = IScsiConfigGetAttemptByConfigIndex (CurrentAttemptConfigIndex);

Completed in 47 milliseconds