ReactOS 0.4.16-dev-122-g325d74c
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | ResourceFlags |
UINT8 | PortGid [16] |
UINT64 | ServiceId |
UINT64 | TargetPortId |
UINT64 | DeviceId |
Definition at line 622 of file DevicePath.h.
UINT64 INFINIBAND_DEVICE_PATH::DeviceId |
64-bit persistent ID of remote device.
Definition at line 650 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL INFINIBAND_DEVICE_PATH::Header |
Definition at line 623 of file DevicePath.h.
UINT8 INFINIBAND_DEVICE_PATH::PortGid[16] |
128-bit Global Identifier for remote fabric port.
Definition at line 637 of file DevicePath.h.
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 633 of file DevicePath.h.
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 642 of file DevicePath.h.
UINT64 INFINIBAND_DEVICE_PATH::TargetPortId |
64-bit persistent ID of remote IOC port.
Definition at line 646 of file DevicePath.h.