Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dcore.c1156 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1159 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
/Linux-v5.10/include/linux/
Dnvme.h193 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/Linux-v5.10/drivers/nvme/host/
Dcore.c2409 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_CMPLT) in nvme_shutdown_ctrl()