TianoCore EDK2 master
Loading...
Searching...
No Matches
INFINIBAND_DEVICE_PATH Struct Reference

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 ResourceFlags
 
UINT8 PortGid [16]
 
UINT64 ServiceId
 
UINT64 TargetPortId
 
UINT64 DeviceId
 

Detailed Description

Definition at line 652 of file DevicePath.h.

Field Documentation

◆ DeviceId

UINT64 INFINIBAND_DEVICE_PATH::DeviceId

64-bit persistent ID of remote device.

Definition at line 680 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL INFINIBAND_DEVICE_PATH::Header

Definition at line 653 of file DevicePath.h.

◆ PortGid

UINT8 INFINIBAND_DEVICE_PATH::PortGid[16]

128-bit Global Identifier for remote fabric port.

Definition at line 667 of file DevicePath.h.

◆ ResourceFlags

UINT32 INFINIBAND_DEVICE_PATH::ResourceFlags

Flags to help identify/manage InfiniBand device path elements: Bit 0 - IOC/Service (0b = IOC, 1b = Service). Bit 1 - Extend Boot Environment. Bit 2 - Console Protocol. Bit 3 - Storage Protocol. Bit 4 - Network Protocol. All other bits are reserved.

Definition at line 663 of file DevicePath.h.

◆ ServiceId

UINT64 INFINIBAND_DEVICE_PATH::ServiceId

64-bit unique identifier to remote IOC or server process. Interpretation of field specified by Resource Flags (bit 0).

Definition at line 672 of file DevicePath.h.

◆ TargetPortId

UINT64 INFINIBAND_DEVICE_PATH::TargetPortId

64-bit persistent ID of remote IOC port.

Definition at line 676 of file DevicePath.h.


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