Home
last modified time | relevance | path

Searched refs:NVME_CSTS_PP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dnvme.h220 NVME_CSTS_PP = 1 << 5, enumerator
/linux-6.1.9/drivers/nvme/host/
Dcore.c4694 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()