Home | History | Annotate | Download | only in IScsiDxe

Lines Matching defs:NicIndex

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);
1065 (UINT16) (KEY_MAC_ENTRY_BASE + NicInfo->NicIndex)
1645 UINT8 NicIndex;
1689 NicIndex = (UINT8) (KeyValue - KEY_MAC_ENTRY_BASE);
1690 NicInfo = IScsiGetNicInfoByIndex (NicIndex);
1761 AttemptConfigData->NicIndex = NicIndex;