Home
last modified time | relevance | path

Searched refs:NVME_CC_SHN_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c108 fdev->cc_reg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in fun_disable_ctrl()
/Linux-v6.6/include/linux/
Dnvme.h210 NVME_CC_SHN_MASK = 3 << NVME_CC_SHN_SHIFT, enumerator
/Linux-v6.6/drivers/pci/
Dquirks.c4054 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()
/Linux-v6.6/drivers/nvme/host/
Dcore.c2201 ctrl->ctrl_config &= ~NVME_CC_SHN_MASK; in nvme_disable_ctrl()