Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Ddebugfs.c72 [NVME_CSTS_PP] = "paused",
/linux-6.12.1/include/linux/
Dnvme.h229 NVME_CSTS_PP = 1 << 5, enumerator
/linux-6.12.1/drivers/nvme/host/
Dcore.c4377 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()