|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/AdapterInformation.h>
Data Fields | |
| BOOLEAN | iScsiIpv4BootCapablity |
| BOOLEAN | iScsiIpv6BootCapablity |
| BOOLEAN | FCoeBootCapablity |
| BOOLEAN | OffloadCapability |
| BOOLEAN | iScsiMpioCapability |
| BOOLEAN | iScsiIpv4Boot |
| BOOLEAN | iScsiIpv6Boot |
| BOOLEAN | FCoeBoot |
Definition at line 78 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::FCoeBoot |
TRUE if the adapter is currently configured to boot from FCoE targets.
Definition at line 114 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::FCoeBootCapablity |
TRUE if the adapter supports booting from FCoE targets.
Definition at line 90 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::iScsiIpv4Boot |
TRUE if the adapter is currently configured to boot from iSCSI IPv4 targets.
Definition at line 105 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::iScsiIpv4BootCapablity |
TRUE if the adapter supports booting from iSCSI IPv4 targets.
Definition at line 82 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::iScsiIpv6Boot |
TRUE if the adapter is currently configured to boot from iSCSI IPv6 targets.
Definition at line 110 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::iScsiIpv6BootCapablity |
TRUE if the adapter supports booting from iSCSI IPv6 targets.
Definition at line 86 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::iScsiMpioCapability |
TRUE if the adapter supports multipath I/O (MPIO) for its iSCSI boot operations.
Definition at line 100 of file AdapterInformation.h.
| BOOLEAN EFI_ADAPTER_INFO_NETWORK_BOOT::OffloadCapability |
TRUE if the adapter supports an offload engine (such as TCP Offload Engine (TOE)) for its iSCSI or FCoE boot operations.
Definition at line 95 of file AdapterInformation.h.