Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A 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/drivers/nvme/target/
H A Dnvmet.h804 return (cc & NVME_CC_ENABLE) >> NVME_CC_EN_SHIFT; in nvmet_cc_en()
H A Dcore.c1502 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
H A Dpci-epf.c1946 ctrl->cc &= ~NVME_CC_ENABLE; in nvmet_pci_epf_disable_ctrl()
/linux/include/linux/
H A Dnvme.h207 NVME_CC_ENABLE = 1 << 0, enumerator
/linux/drivers/nvme/host/
H A Dapple.c1048 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE) in apple_nvme_reset_work()
H A Dpci.c3188 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
/linux/drivers/pci/
H A Dquirks.c4086 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()
4095 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()