iPXE
ISCSI_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
UINT16 NetworkProtocol
 Network Protocol (0 = TCP, 1+ = reserved).
UINT16 LoginOption
 iSCSI Login Options.
UINT64 Lun
 iSCSI Logical Unit Number.
UINT16 TargetPortalGroupTag
 iSCSI Target Portal group tag the initiator intends to establish a session with.

Detailed Description

Definition at line 929 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL ISCSI_DEVICE_PATH::Header

Definition at line 930 of file DevicePath.h.

Referenced by efi_iscsi_path().

◆ NetworkProtocol

UINT16 ISCSI_DEVICE_PATH::NetworkProtocol

Network Protocol (0 = TCP, 1+ = reserved).

Definition at line 934 of file DevicePath.h.

◆ LoginOption

UINT16 ISCSI_DEVICE_PATH::LoginOption

iSCSI Login Options.

Definition at line 938 of file DevicePath.h.

Referenced by efi_iscsi_path().

◆ Lun

UINT64 ISCSI_DEVICE_PATH::Lun

iSCSI Logical Unit Number.

Definition at line 942 of file DevicePath.h.

Referenced by efi_iscsi_path().

◆ TargetPortalGroupTag

UINT16 ISCSI_DEVICE_PATH::TargetPortalGroupTag

iSCSI Target Portal group tag the initiator intends to establish a session with.

Definition at line 947 of file DevicePath.h.


The documentation for this struct was generated from the following file: