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

/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c103 return fun_wait_ready(fdev, !!(fdev->cc_reg & NVME_CC_ENABLE));
108 fdev->cc_reg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE);
118 NVME_CC_ENABLE;
720 rc = fun_wait_ready(fdev, fdev->cc_reg & NVME_CC_ENABLE);
725 if (fdev->cc_reg & NVME_CC_ENABLE)
/linux-master/include/linux/
H A Dnvme.h197 NVME_CC_ENABLE = 1 << 0, enumerator in enum:__anon2270
/linux-master/drivers/nvme/host/
H A Dcore.c2342 ctrl->ctrl_config &= ~NVME_CC_ENABLE;
2433 ctrl->ctrl_config |= NVME_CC_ENABLE;
4242 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP));
H A Dapple.c1008 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE)
H A Dpci.c2707 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE)
/linux-master/drivers/nvme/target/
H A Dcore.c1291 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) {
/linux-master/drivers/pci/
H A Dquirks.c4070 if (cfg & NVME_CC_ENABLE) {
4079 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE);

Completed in 281 milliseconds