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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.h64 UINT8 AttemptConfigIndex; member in struct:_ISCSI_ATTEMPT_CONFIG_NVDATA
146 @param[in] AttemptConfigIndex The unique index indicates the attempt.
154 IN UINT8 AttemptConfigIndex
H A DIScsiConfig.c292 @param[in] AttemptConfigIndex The unique index indicates the attempt.
300 IN UINT8 AttemptConfigIndex
308 if (Attempt->AttemptConfigIndex == AttemptConfigIndex) {
677 ExistAttempt = IScsiConfigGetAttemptByConfigIndex (Attempt->AttemptConfigIndex);
780 AttemptOrderTmp[TotalNumber - 1] = Attempt->AttemptConfigIndex;
828 (UINTN) Attempt->AttemptConfigIndex
1091 (UINT16) (KEY_ATTEMPT_ENTRY_BASE + AttemptConfigData->AttemptConfigIndex) // Question ID
1209 (UINTN) AttemptConfigData->AttemptConfigIndex
1224 if (AttemptConfigOrder[NewIndex] == AttemptConfigData->AttemptConfigIndex) {
1490 UINT8 AttemptConfigIndex; local
[all...]

Completed in 34 milliseconds