TianoCore EDK2 master
Loading...
Searching...
No Matches
NvmExpressPeiS3.c File Reference

Go to the source code of this file.

Functions

BOOLEAN NvmeS3SkipThisController (IN EFI_DEVICE_PATH_PROTOCOL *HcDevicePath, IN UINTN HcDevicePathLength)
 

Detailed Description

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.

Function Documentation

◆ NvmeS3SkipThisController()

BOOLEAN NvmeS3SkipThisController ( IN EFI_DEVICE_PATH_PROTOCOL HcDevicePath,
IN UINTN  HcDevicePathLength 
)

Determine if a specific NVM Express controller can be skipped for S3 phase.

Parameters
[in]HcDevicePathDevice path of the controller.
[in]HcDevicePathLengthLength of the device path specified by HcDevicePath.
Return values
Thenumber of ports that need to be enumerated.

Definition at line 28 of file NvmExpressPeiS3.c.