ReactOS 0.4.16-dev-963-g182f353
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT8 | SasAddress [8] |
UINT8 | Lun [8] |
UINT16 | DeviceTopology |
UINT16 | RelativeTargetPort |
Definition at line 768 of file DevicePath.h.
UINT16 SASEX_DEVICE_PATH::DeviceTopology |
More Information about the device and its interconnect.
Definition at line 781 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL SASEX_DEVICE_PATH::Header |
Definition at line 769 of file DevicePath.h.
UINT8 SASEX_DEVICE_PATH::Lun[8] |
8-byte array of the SAS Logical Unit Number.
Definition at line 777 of file DevicePath.h.
UINT16 SASEX_DEVICE_PATH::RelativeTargetPort |
Relative Target Port (RTP).
Definition at line 785 of file DevicePath.h.
UINT8 SASEX_DEVICE_PATH::SasAddress[8] |
8-byte array of the SAS Address for Serial Attached SCSI Target Port.
Definition at line 773 of file DevicePath.h.