iPXE
|
#include <DevicePath.h>
Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT8 | SasAddress [8] |
8-byte array of the SAS Address for Serial Attached SCSI Target Port. More... | |
UINT8 | Lun [8] |
8-byte array of the SAS Logical Unit Number. More... | |
UINT16 | DeviceTopology |
More Information about the device and its interconnect. More... | |
UINT16 | RelativeTargetPort |
Relative Target Port (RTP). More... | |
Definition at line 812 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL SASEX_DEVICE_PATH::Header |
Definition at line 813 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 817 of file DevicePath.h.
UINT8 SASEX_DEVICE_PATH::Lun[8] |
8-byte array of the SAS Logical Unit Number.
Definition at line 821 of file DevicePath.h.
UINT16 SASEX_DEVICE_PATH::DeviceTopology |
More Information about the device and its interconnect.
Definition at line 825 of file DevicePath.h.
UINT16 SASEX_DEVICE_PATH::RelativeTargetPort |
Relative Target Port (RTP).
Definition at line 829 of file DevicePath.h.