iPXE
|
#include <DevicePath.h>
Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT16 | NetworkProtocol |
Network Protocol (0 = TCP, 1+ = reserved). More... | |
UINT16 | LoginOption |
iSCSI Login Options. More... | |
UINT64 | Lun |
iSCSI Logical Unit Number. More... | |
UINT16 | TargetPortalGroupTag |
iSCSI Target Portal group tag the initiator intends to establish a session with. More... | |
Definition at line 928 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL ISCSI_DEVICE_PATH::Header |
Definition at line 929 of file DevicePath.h.
Referenced by efi_iscsi_path().
UINT16 ISCSI_DEVICE_PATH::NetworkProtocol |
Network Protocol (0 = TCP, 1+ = reserved).
Definition at line 933 of file DevicePath.h.
UINT16 ISCSI_DEVICE_PATH::LoginOption |
UINT64 ISCSI_DEVICE_PATH::Lun |
iSCSI Logical Unit Number.
Definition at line 941 of file DevicePath.h.
Referenced by efi_iscsi_path().
UINT16 ISCSI_DEVICE_PATH::TargetPortalGroupTag |
iSCSI Target Portal group tag the initiator intends to establish a session with.
Definition at line 946 of file DevicePath.h.