Home
last modified time | relevance | path

Searched refs:ISCSI_DEVICE_LIST (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiConfig.h79 } ISCSI_DEVICE_LIST; typedef
DIScsiConfig.c191 ISCSI_DEVICE_LIST *DeviceList; in IScsiUpdateDeviceList()
229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize); in IScsiUpdateDeviceList()
293 DeviceListSize = sizeof (ISCSI_DEVICE_LIST) + (NumHandles - 1) * sizeof (ISCSI_MAC_INFO); in IScsiUpdateDeviceList()
294 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DeviceListSize); in IScsiUpdateDeviceList()