Home
last modified time | relevance | path

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

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