Home
last modified time | relevance | path

Searched refs:BootSelectedIndex (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDriver.c512 if (AttemptConfigData->AttemptConfigIndex == mPrivate->BootSelectedIndex) { in IScsiStart()
834 if (AttemptConfigOrder[Index] == mPrivate->BootSelectedIndex || in IScsiStart()
844 if (AttemptConfigOrder[Index] == mPrivate->BootSelectedIndex) { in IScsiStart()
873 mPrivate->BootSelectedIndex = BootSelected; in IScsiStart()
909 if (AttemptConfigOrder[Index] == mPrivate->BootSelectedIndex) { in IScsiStart()
918 mPrivate->BootSelectedIndex = BootSelected; in IScsiStart()
973 if (mPrivate->BootSelectedIndex != 0) { in IScsiStart()
DIScsiIbft.c233 Attempt = IScsiConfigGetAttemptByConfigIndex (mPrivate->BootSelectedIndex); in IScsiFillNICAndTargetSections()
250 if (Attempt->AttemptConfigIndex == mPrivate->BootSelectedIndex) { in IScsiFillNICAndTargetSections()
DIScsiDriver.h63 UINT8 BootSelectedIndex; member