nvme_pmrsts - Man Page
This field indicates the persistent memory region status
Synopsis
enum nvme_pmrsts {
NVME_PMRSTS_ERR_SHIFT ,
NVME_PMRSTS_NRDY_SHIFT ,
NVME_PMRSTS_HSTS_SHIFT ,
NVME_PMRSTS_CBAI_SHIFT ,
NVME_PMRSTS_ERR_MASK ,
NVME_PMRSTS_NRDY_MASK ,
NVME_PMRSTS_HSTS_MASK ,
NVME_PMRSTS_CBAI_MASK
};
Constants
- NVME_PMRSTS_ERR_SHIFT
Shift amount to get the error
- NVME_PMRSTS_NRDY_SHIFT
Shift amount to get the not ready
- NVME_PMRSTS_HSTS_SHIFT
Shift amount to get the health status
- NVME_PMRSTS_CBAI_SHIFT
Shift amount to get the controller base address invalid
- NVME_PMRSTS_ERR_MASK
Mask to get the error
- NVME_PMRSTS_NRDY_MASK
Mask to get the not ready
- NVME_PMRSTS_HSTS_MASK
Mask to get the health status
- NVME_PMRSTS_CBAI_MASK
Mask to get the controller base address invalid
Info
enum nvme_pmrsts August 2024 API Manual