TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | IpmiSolActivating (IN IPMI_SOL_ACTIVATING_REQUEST *SolActivatingRequest, OUT UINT8 *CompletionCode) |
EFI_STATUS EFIAPI | IpmiSetSolConfigurationParameters (IN IPMI_SET_SOL_CONFIGURATION_PARAMETERS_REQUEST *SetConfigurationParametersRequest, IN UINT32 SetConfigurationParametersRequestSize, OUT UINT8 *CompletionCode) |
EFI_STATUS EFIAPI | IpmiGetSolConfigurationParameters (IN IPMI_GET_SOL_CONFIGURATION_PARAMETERS_REQUEST *GetConfigurationParametersRequest, OUT IPMI_GET_SOL_CONFIGURATION_PARAMETERS_RESPONSE *GetConfigurationParametersResponse, IN OUT UINT32 *GetConfigurationParametersResponseSize) |
EFI_STATUS EFIAPI | IpmiGetLanConfigurationParameters (IN IPMI_GET_LAN_CONFIGURATION_PARAMETERS_REQUEST *GetLanConfigurationParametersRequest, OUT IPMI_GET_LAN_CONFIGURATION_PARAMETERS_RESPONSE *GetLanConfigurationParametersResponse, IN OUT UINT32 *GetLanConfigurationParametersSize) |
IPMI Command - NetFnTransport NULL instance library.
Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.
Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file IpmiCommandLibNetFnTransport.c.
EFI_STATUS EFIAPI IpmiGetLanConfigurationParameters | ( | IN IPMI_GET_LAN_CONFIGURATION_PARAMETERS_REQUEST * | GetLanConfigurationParametersRequest, |
OUT IPMI_GET_LAN_CONFIGURATION_PARAMETERS_RESPONSE * | GetLanConfigurationParametersResponse, | ||
IN OUT UINT32 * | GetLanConfigurationParametersSize | ||
) |
This function gets the LAN configuration parameter.
[in] | GetLanConfigurationParametersRequest | Request data |
[out] | GetLanConfigurationParametersResponse | Response data |
[in,out] | GetLanConfigurationParametersSize | When input, the expected size of response data. When out, the exact size of response data. |
EFI_SUCCESS | Lan configuration parameter is returned in the response. |
Others | Other errors. |
Definition at line 93 of file IpmiCommandLibNetFnTransport.c.
EFI_STATUS EFIAPI IpmiGetSolConfigurationParameters | ( | IN IPMI_GET_SOL_CONFIGURATION_PARAMETERS_REQUEST * | GetConfigurationParametersRequest, |
OUT IPMI_GET_SOL_CONFIGURATION_PARAMETERS_RESPONSE * | GetConfigurationParametersResponse, | ||
IN OUT UINT32 * | GetConfigurationParametersResponseSize | ||
) |
This function gets SOL configuration parameters.
[in] | GetConfigurationParametersRequest | Get SOL configuration parameters command request. |
[out] | GetConfigurationParametersResponse | Get SOL configuration parameters response. |
[in,out] | GetConfigurationParametersResponseSize | When input, the size of expect response. When output, the exact size of expect response. |
EFI_UNSUPPORTED | Unsupported in the NULL lib. |
Definition at line 70 of file IpmiCommandLibNetFnTransport.c.
EFI_STATUS EFIAPI IpmiSetSolConfigurationParameters | ( | IN IPMI_SET_SOL_CONFIGURATION_PARAMETERS_REQUEST * | SetConfigurationParametersRequest, |
IN UINT32 | SetConfigurationParametersRequestSize, | ||
OUT UINT8 * | CompletionCode | ||
) |
This function sets SOL configuration parameters.
[in] | SetConfigurationParametersRequest | Set SOL configuration parameters command request. |
[in] | SetConfigurationParametersRequestSize | Size of set SOL configuration parameters command request. |
[out] | CompletionCode | The command completion code. |
EFI_UNSUPPORTED | Unsupported in the NULL lib. |
Definition at line 45 of file IpmiCommandLibNetFnTransport.c.
EFI_STATUS EFIAPI IpmiSolActivating | ( | IN IPMI_SOL_ACTIVATING_REQUEST * | SolActivatingRequest, |
OUT UINT8 * | CompletionCode | ||
) |
This function activates SOL
[in] | SolActivatingRequest | SOL activating request. |
[out] | CompletionCode | The command completion code. |
EFI_UNSUPPORTED | Unsupported in the NULL lib. |
Definition at line 23 of file IpmiCommandLibNetFnTransport.c.