TianoCore EDK2 master
|
#include "NvmExpressPei.h"
#include <Guid/S3StorageDeviceInitList.h>
#include <Library/LockBoxLib.h>
Go to the source code of this file.
Functions | |
BOOLEAN | NvmeS3SkipThisController (IN EFI_DEVICE_PATH_PROTOCOL *HcDevicePath, IN UINTN HcDevicePathLength) |
The NvmExpressPei driver is used to manage non-volatile memory subsystem which follows NVM Express specification at PEI phase.
Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file NvmExpressPeiS3.c.
BOOLEAN NvmeS3SkipThisController | ( | IN EFI_DEVICE_PATH_PROTOCOL * | HcDevicePath, |
IN UINTN | HcDevicePathLength | ||
) |
Determine if a specific NVM Express controller can be skipped for S3 phase.
[in] | HcDevicePath | Device path of the controller. |
[in] | HcDevicePathLength | Length of the device path specified by HcDevicePath. |
The | number of ports that need to be enumerated. |
Definition at line 28 of file NvmExpressPeiS3.c.