Searched refs:MacInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.h78 ISCSI_MAC_INFO MacInfo[1]; member in struct:_ISCSI_DEVICE_LIST
H A DIScsiConfig.c247 CurMacInfo = &DeviceList->MacInfo[Index];
261 CopyMem (CurMacInfo, &DeviceList->MacInfo[LastDeviceIndex], sizeof (ISCSI_MAC_INFO));
262 CopyMem (&DeviceList->MacInfo[LastDeviceIndex], &TempMacInfo, sizeof (ISCSI_MAC_INFO));
278 CurMacInfo = &DeviceList->MacInfo[Index];
299 CurMacInfo = &DeviceList->MacInfo[Index];

Completed in 1495 milliseconds