Searched refs:NVME_CC_ENABLE (Results 1 – 7 of 7) sorted by relevance
104 return fun_wait_ready(fdev, !!(fdev->cc_reg & NVME_CC_ENABLE)); in fun_update_cc_enable()109 fdev->cc_reg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in fun_disable_ctrl()119 NVME_CC_ENABLE; in fun_enable_ctrl()721 rc = fun_wait_ready(fdev, fdev->cc_reg & NVME_CC_ENABLE); in sanitize_dev()726 if (fdev->cc_reg & NVME_CC_ENABLE) in sanitize_dev()
192 NVME_CC_ENABLE = 1 << 0, enumerator
990 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE) in apple_nvme_reset_work()
2261 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()2331 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()4665 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
2819 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
1274 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
3937 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()3946 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()