Searched refs:NVME_CC_ENABLE (Results 1 – 9 of 9) sorted by relevance
103 return fun_wait_ready(fdev, !!(fdev->cc_reg & NVME_CC_ENABLE)); in fun_update_cc_enable()108 fdev->cc_reg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in fun_disable_ctrl()118 NVME_CC_ENABLE; in fun_enable_ctrl()717 rc = fun_wait_ready(fdev, fdev->cc_reg & NVME_CC_ENABLE); in sanitize_dev()722 if (fdev->cc_reg & NVME_CC_ENABLE) in sanitize_dev()
805 return (cc & NVME_CC_ENABLE) >> NVME_CC_EN_SHIFT; in nvmet_cc_en()
1505 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
1943 ctrl->cc &= ~NVME_CC_ENABLE; in nvmet_pci_epf_disable_ctrl()
2654 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()2742 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()4672 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
1048 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE) in apple_nvme_reset_work()
3368 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
207 NVME_CC_ENABLE = 1 << 0, enumerator
4115 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()4124 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()