Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Ddebugfs.c71 [NVME_CSTS_SHST_CMPLT] = "completed",
H A Dcore.c1235 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1238 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
/linux/include/linux/
H A Dnvme.h232 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/linux/drivers/nvme/host/
H A Dcore.c2426 NVME_CSTS_SHST_CMPLT, in nvme_disable_ctrl()