ReactOS 0.4.16-dev-122-g325d74c
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT16 | HBAPortNumber |
UINT16 | PortMultiplierPortNumber |
UINT16 | Lun |
Definition at line 481 of file DevicePath.h.
UINT16 SATA_DEVICE_PATH::HBAPortNumber |
The HBA port number that facilitates the connection to the device or a port multiplier. The value 0xFFFF is reserved.
Definition at line 487 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL SATA_DEVICE_PATH::Header |
Definition at line 482 of file DevicePath.h.
UINT16 SATA_DEVICE_PATH::Lun |
Logical Unit Number.
Definition at line 497 of file DevicePath.h.
UINT16 SATA_DEVICE_PATH::PortMultiplierPortNumber |
The Port multiplier port number that facilitates the connection to the device. Bit 15 should be set if the device is directly connected to the HBA.
Definition at line 493 of file DevicePath.h.