Home
last modified time | relevance | path

Searched refs:NVME_CC_ENABLE (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c103 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()
/linux-6.12.1/include/linux/
Dnvme.h202 NVME_CC_ENABLE = 1 << 0, enumerator
/linux-6.12.1/drivers/nvme/host/
Dcore.c2437 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
2525 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()
4377 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
Dapple.c1008 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE) in apple_nvme_reset_work()
Dpci.c2767 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
/linux-6.12.1/drivers/nvme/target/
Dcore.c1305 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
/linux-6.12.1/drivers/pci/
Dquirks.c4085 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()
4094 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()