|
TianoCore EDK2 master
|
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT16 | HBAPortNumber |
| UINT16 | PortMultiplierPortNumber |
| UINT16 | Lun |
Definition at line 511 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 517 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL SATA_DEVICE_PATH::Header |
Definition at line 512 of file DevicePath.h.
| UINT16 SATA_DEVICE_PATH::Lun |
Logical Unit Number.
Definition at line 527 of file DevicePath.h.
| UINT16 SATA_DEVICE_PATH::PortMultiplierPortNumber |
The Port multiplier port number that facilitates the connection to the device. Must be set to 0xFFFF if the device is directly connected to the HBA.
Definition at line 523 of file DevicePath.h.