Home
last modified time | relevance | path

Searched refs:NVME_CSTS_SHST_CMPLT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/nvme/target/
H A Ddebugfs.c71 [NVME_CSTS_SHST_CMPLT] = "completed",
H A Dcore.c1450 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1453 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
H A Dpci-epf.c1923 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_pci_epf_disable_ctrl()
1959 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_pci_epf_poll_cc_work()
/linux/include/linux/
H A Dnvme.h259 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/linux/drivers/nvme/host/
H A Dcore.c2757 NVME_CSTS_SHST_CMPLT, in nvme_disable_ctrl()