ReactOS 0.4.15-dev-7958-gcd0bb1a
SATA_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for SATA_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 HBAPortNumber
 
UINT16 PortMultiplierPortNumber
 
UINT16 Lun
 

Detailed Description

Definition at line 481 of file DevicePath.h.

Member Data Documentation

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

◆ Header

EFI_DEVICE_PATH_PROTOCOL SATA_DEVICE_PATH::Header

Definition at line 482 of file DevicePath.h.

◆ Lun

UINT16 SATA_DEVICE_PATH::Lun

Logical Unit Number.

Definition at line 497 of file DevicePath.h.

◆ PortMultiplierPortNumber

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.


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