Home
last modified time | relevance | path

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

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