Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h601 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/openbmc/linux/drivers/nvme/target/
H A Dcore.c1212 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
1215 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc()
/openbmc/linux/include/linux/
H A Dnvme.h223 NVME_CSTS_SHST_CMPLT = 2 << 2, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2214 NVME_CSTS_SHST_CMPLT, in nvme_disable_ctrl()