HomeSort by relevance Sort by last modified time
    Searched refs:AttemptConfigIndex (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.h 64 UINT8 AttemptConfigIndex;
146 @param[in] AttemptConfigIndex The unique index indicates the attempt.
154 IN UINT8 AttemptConfigIndex
IScsiConfig.c 295 @param[in] AttemptConfigIndex The unique index indicates the attempt.
303 IN UINT8 AttemptConfigIndex
311 if (Attempt->AttemptConfigIndex == AttemptConfigIndex) {
721 ExistAttempt = IScsiConfigGetAttemptByConfigIndex (Attempt->AttemptConfigIndex);
824 AttemptOrderTmp[TotalNumber - 1] = Attempt->AttemptConfigIndex;
872 (UINTN) Attempt->AttemptConfigIndex
    [all...]
IScsiMisc.c 976 ASSERT (AttemptConfigOrder[Index] == AttemptTmp->AttemptConfigIndex);
1118 (UINTN) AttemptTmp->AttemptConfigIndex
1157 (UINTN) AttemptTmp->AttemptConfigIndex
    [all...]
IScsiDriver.c 512 if (AttemptConfigData->AttemptConfigIndex == mPrivate->BootSelectedIndex) {
682 (UINTN) AttemptConfigData->AttemptConfigIndex
771 BootSelected = AttemptConfigData->AttemptConfigIndex;
    [all...]
IScsiIbft.c 250 if (Attempt->AttemptConfigIndex == mPrivate->BootSelectedIndex) {

Completed in 60 milliseconds