Home
last modified time | relevance | path

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

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