Searched refs:NicIndex (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DComponentName.c124 UINT8 NicIndex; local
131 NicIndex = Private->Session->ConfigData->NicIndex;
136 L"iSCSI (%s, NicIndex=%d)",
138 NicIndex
H A DIScsiMisc.c511 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...]
H A DIScsiConfig.h63 UINT8 NicIndex; member in struct:_ISCSI_ATTEMPT_CONFIG_NVDATA
H A DIScsiMisc.h244 @param[in] NicIndex The index indicates the position of NIC info.
251 IN UINT8 NicIndex
H A DIScsiConfig.c321 Get the existing attempt config data from global structure by the NicIndex.
329 @retval NULL The attempt with NicIndex does not exist.
343 if (Attempt != NewAttempt && Attempt->NicIndex == NewAttempt->NicIndex &&
683 NicInfo = IScsiGetNicInfoByIndex (Attempt->NicIndex);
1065 (UINT16) (KEY_MAC_ENTRY_BASE + NicInfo->NicIndex)
1645 UINT8 NicIndex; local
1689 NicIndex = (UINT8) (KeyValue - KEY_MAC_ENTRY_BASE);
1690 NicInfo = IScsiGetNicInfoByIndex (NicIndex);
1761 AttemptConfigData->NicIndex
[all...]
H A DIScsiIbft.c335 NicInfo = IScsiGetNicInfoByIndex (Attempt->NicIndex);
371 Target->NicIndex = (UINT8) Index;
H A DIScsiDriver.h77 UINT8 NicIndex; member in struct:__anon9552
H A DIScsiDriver.c606 if (AttemptConfigData->NicIndex != mPrivate->CurrentNic ||
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DIScsiBootFirmwareTable.h130 UINT8 NicIndex; member in struct:__anon4942
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DIScsiBootFirmwareTable.h140 UINT8 NicIndex; member in struct:__anon7679
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
H A DVConfig.c218 @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/
H A DIScsiIbft.c352 Target->NicIndex = (UINT8) Index;

Completed in 116 milliseconds