Home
last modified time | relevance | path

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

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