iPXE
Data Fields
SAS_DEVICE_PATH Struct Reference

Serial Attached SCSI (SAS) Device Path. More...

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_GUID Guid
 DEVICE_PATH_MESSAGING_SAS GUID. More...
 
UINT32 Reserved
 Reserved for future use. More...
 
UINT64 SasAddress
 SAS Address for Serial Attached SCSI Target. More...
 
UINT64 Lun
 SAS Logical Unit Number. More...
 
UINT16 DeviceTopology
 More Information about the device and its interconnect. More...
 
UINT16 RelativeTargetPort
 Relative Target Port (RTP). More...
 

Detailed Description

Serial Attached SCSI (SAS) Device Path.

Definition at line 780 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL SAS_DEVICE_PATH::Header

Definition at line 781 of file DevicePath.h.

◆ Guid

EFI_GUID SAS_DEVICE_PATH::Guid

DEVICE_PATH_MESSAGING_SAS GUID.

Definition at line 785 of file DevicePath.h.

◆ Reserved

UINT32 SAS_DEVICE_PATH::Reserved

Reserved for future use.

Definition at line 789 of file DevicePath.h.

◆ SasAddress

UINT64 SAS_DEVICE_PATH::SasAddress

SAS Address for Serial Attached SCSI Target.

Definition at line 793 of file DevicePath.h.

◆ Lun

UINT64 SAS_DEVICE_PATH::Lun

SAS Logical Unit Number.

Definition at line 797 of file DevicePath.h.

◆ DeviceTopology

UINT16 SAS_DEVICE_PATH::DeviceTopology

More Information about the device and its interconnect.

Definition at line 801 of file DevicePath.h.

◆ RelativeTargetPort

UINT16 SAS_DEVICE_PATH::RelativeTargetPort

Relative Target Port (RTP).

Definition at line 805 of file DevicePath.h.


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