Searched refs:NVME_CC_ENABLE (Results 1 – 5 of 5) sorted by relevance
165 NVME_CC_ENABLE = 1 << 0, enumerator
2347 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()2386 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()4234 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
2564 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
1216 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
3849 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()3858 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()