iPXE
Data Fields
SATA_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 HBAPortNumber
 The HBA port number that facilitates the connection to the device or a port multiplier. More...
 
UINT16 PortMultiplierPortNumber
 The Port multiplier port number that facilitates the connection to the device. More...
 
UINT16 Lun
 Logical Unit Number. More...
 

Detailed Description

Definition at line 513 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL SATA_DEVICE_PATH::Header

Definition at line 514 of file DevicePath.h.

◆ HBAPortNumber

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 519 of file DevicePath.h.

◆ PortMultiplierPortNumber

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 525 of file DevicePath.h.

◆ Lun

UINT16 SATA_DEVICE_PATH::Lun

Logical Unit Number.

Definition at line 529 of file DevicePath.h.


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