TianoCore EDK2 master
|
#include "RedfishDiscoverInternal.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | RedfishGetHostInterfaceProtocolData (IN EFI_SMBIOS_PROTOCOL *Smbios, OUT REDFISH_INTERFACE_DATA **DeviceDescriptor, OUT REDFISH_OVER_IP_PROTOCOL_DATA **ProtocolData) |
Variables | |
SMBIOS_TABLE_TYPE42 * | mType42Record |
Discover Redfish SMBIOS Host Interface.
(C) Copyright 2021 Hewlett Packard Enterprise Development LP
Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RedfishSmbiosHostInterface.c.
EFI_STATUS RedfishGetHostInterfaceProtocolData | ( | IN EFI_SMBIOS_PROTOCOL * | Smbios, |
OUT REDFISH_INTERFACE_DATA ** | DeviceDescriptor, | ||
OUT REDFISH_OVER_IP_PROTOCOL_DATA ** | ProtocolData | ||
) |
The function gets information reported in Redfish Host Interface.
It simply frees the packet.
[in] | Smbios | SMBIOS protocol. |
[out] | DeviceDescriptor | Pointer to REDFISH_INTERFACE_DATA. |
[out] | ProtocolData | Pointer to REDFISH_OVER_IP_PROTOCOL_DATA. |
EFI_SUCCESS | Get host interface successfully. |
Otherwise | Fail to tet host interface. |
Definition at line 31 of file RedfishSmbiosHostInterface.c.
SMBIOS_TABLE_TYPE42* mType42Record |
Definition at line 15 of file RedfishSmbiosHostInterface.c.