Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Ddebugfs.c71 [NVME_CSTS_SHST_CMPLT] = "completed",
H A Dcore.c1390 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1393 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
/linux/include/linux/
H A Dnvme.h259 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator