HomeSort by relevance Sort by last modified time
    Searched defs:AttemptConfigIndex (Results 1 - 2 of 2) 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 292 @param[in] AttemptConfigIndex The unique index indicates the attempt.
300 IN UINT8 AttemptConfigIndex
308 if (Attempt->AttemptConfigIndex == AttemptConfigIndex) {
694 ExistAttempt = IScsiConfigGetAttemptByConfigIndex (Attempt->AttemptConfigIndex);
797 AttemptOrderTmp[TotalNumber - 1] = Attempt->AttemptConfigIndex;
845 (UINTN) Attempt->AttemptConfigIndex
    [all...]

Completed in 989 milliseconds