Searched refs:NVME_CSTS_SHST_CMPLT (Results 1 – 4 of 4) sorted by relevance
602 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
1173 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()1176 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
197 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
2475 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_CMPLT) in nvme_shutdown_ctrl()