Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h602 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c1173 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1176 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h197 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c2475 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_CMPLT) in nvme_shutdown_ctrl()