Searched refs:NVME_CC_ENABLE (Results 1 – 7 of 7) sorted by relevance
303 dev->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()312 dev->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
586 NVME_CC_ENABLE = 1 << 0, enumerator
169 NVME_CC_ENABLE = 1 << 0, enumerator
2413 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()2452 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()4360 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
2615 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
1233 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
3904 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()3913 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()