iPXE
|
#include <DevicePath.h>
Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | ResourceFlags |
Flags to help identify/manage InfiniBand device path elements: Bit 0 - IOC/Service (0b = IOC, 1b = Service). More... | |
UINT8 | PortGid [16] |
128-bit Global Identifier for remote fabric port. More... | |
UINT64 | ServiceId |
64-bit unique identifier to remote IOC or server process. More... | |
UINT64 | TargetPortId |
64-bit persistent ID of remote IOC port. More... | |
UINT64 | DeviceId |
64-bit persistent ID of remote device. More... | |
Definition at line 654 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL INFINIBAND_DEVICE_PATH::Header |
Definition at line 655 of file DevicePath.h.
Referenced by efi_ib_srp_path().
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 665 of file DevicePath.h.
Referenced by efi_ib_srp_path().
UINT8 INFINIBAND_DEVICE_PATH::PortGid[16] |
128-bit Global Identifier for remote fabric port.
Definition at line 669 of file DevicePath.h.
Referenced by efi_ib_srp_path().
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 674 of file DevicePath.h.
Referenced by efi_ib_srp_path().
UINT64 INFINIBAND_DEVICE_PATH::TargetPortId |
64-bit persistent ID of remote IOC port.
Definition at line 678 of file DevicePath.h.
Referenced by efi_ib_srp_path().
UINT64 INFINIBAND_DEVICE_PATH::DeviceId |
64-bit persistent ID of remote device.
Definition at line 682 of file DevicePath.h.
Referenced by efi_ib_srp_path().