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

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
ComponentName.c 124 UINT8 NicIndex;
131 NicIndex = Private->Session->ConfigData->NicIndex;
136 L"iSCSI (%s, NicIndex=%d)",
138 NicIndex
IScsiMisc.c 511 mPrivate->CurrentNic = NicInfo->NicIndex;
515 if (mPrivate->MaxNic < NicInfo->NicIndex) {
516 mPrivate->MaxNic = NicInfo->NicIndex;
531 NicInfo->NicIndex = (UINT8) (mPrivate->MaxNic + 1);
532 mPrivate->MaxNic = NicInfo->NicIndex;
547 mPrivate->CurrentNic = NicInfo->NicIndex;
610 mPrivate->CurrentNic = ThisNic->NicIndex;
621 if (AttemptConfigData->NicIndex == mPrivate->CurrentNic) {
661 @param[in] NicIndex The index indicates the position of NIC info.
668 IN UINT8 NicIndex
    [all...]
IScsiConfig.h 63 UINT8 NicIndex;
IScsiMisc.h 244 @param[in] NicIndex The index indicates the position of NIC info.
251 IN UINT8 NicIndex
IScsiConfig.c 321 Get the existing attempt config data from global structure by the NicIndex.
328 has the same NICIndex as the new created attempt.
329 @retval NULL The attempt with NicIndex does not exist.
343 if (Attempt != NewAttempt && Attempt->NicIndex == NewAttempt->NicIndex &&
683 NicInfo = IScsiGetNicInfoByIndex (Attempt->NicIndex);
    [all...]
IScsiIbft.c 335 NicInfo = IScsiGetNicInfoByIndex (Attempt->NicIndex);
371 Target->NicIndex = (UINT8) Index;
IScsiDriver.h 77 UINT8 NicIndex;
    [all...]
IScsiDriver.c 606 if (AttemptConfigData->NicIndex != mPrivate->CurrentNic ||
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
IScsiBootFirmwareTable.h 130 UINT8 NicIndex;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IScsiBootFirmwareTable.h 140 UINT8 NicIndex;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfig.c 218 @param[in] NicIndex Index of the network interface.
224 IN UINTN NicIndex
246 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_VCONFIG_ETH_MAC), mHiiHandle, NicIndex, MacStr);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiIbft.c 352 Target->NicIndex = (UINT8) Index;

Completed in 1494 milliseconds