iPXE
Data Fields
ISCSI_DEVICE_PATH Struct Reference

#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...
 

Detailed Description

Definition at line 908 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL ISCSI_DEVICE_PATH::Header

Definition at line 909 of file DevicePath.h.

Referenced by efi_iscsi_path().

◆ NetworkProtocol

UINT16 ISCSI_DEVICE_PATH::NetworkProtocol

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

Definition at line 913 of file DevicePath.h.

◆ LoginOption

UINT16 ISCSI_DEVICE_PATH::LoginOption

iSCSI Login Options.

Definition at line 917 of file DevicePath.h.

Referenced by efi_iscsi_path().

◆ Lun

UINT64 ISCSI_DEVICE_PATH::Lun

iSCSI Logical Unit Number.

Definition at line 921 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 926 of file DevicePath.h.


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