ReactOS 0.4.15-dev-7918-g2a2556c
SAS_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for SAS_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_GUID Guid
 
UINT32 Reserved
 
UINT64 SasAddress
 
UINT64 Lun
 
UINT16 DeviceTopology
 
UINT16 RelativeTargetPort
 

Detailed Description

Serial Attached SCSI (SAS) Device Path.

Definition at line 736 of file DevicePath.h.

Member Data Documentation

◆ DeviceTopology

UINT16 SAS_DEVICE_PATH::DeviceTopology

More Information about the device and its interconnect.

Definition at line 757 of file DevicePath.h.

◆ Guid

EFI_GUID SAS_DEVICE_PATH::Guid

DEVICE_PATH_MESSAGING_SAS GUID.

Definition at line 741 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL SAS_DEVICE_PATH::Header

Definition at line 737 of file DevicePath.h.

◆ Lun

UINT64 SAS_DEVICE_PATH::Lun

SAS Logical Unit Number.

Definition at line 753 of file DevicePath.h.

◆ RelativeTargetPort

UINT16 SAS_DEVICE_PATH::RelativeTargetPort

Relative Target Port (RTP).

Definition at line 761 of file DevicePath.h.

◆ Reserved

UINT32 SAS_DEVICE_PATH::Reserved

Reserved for future use.

Definition at line 745 of file DevicePath.h.

◆ SasAddress

UINT64 SAS_DEVICE_PATH::SasAddress

SAS Address for Serial Attached SCSI Target.

Definition at line 749 of file DevicePath.h.


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