Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvme.h162 #define NVME_CAP_CMBS(cap) (((cap) >> 57) & 0x1) macro
/openbmc/linux/drivers/nvme/host/
H A Dpci.c1841 if (NVME_CAP_CMBS(dev->ctrl.cap)) in nvme_map_cmb()
1861 if (NVME_CAP_CMBS(dev->ctrl.cap)) { in nvme_map_cmb()
/openbmc/qemu/include/block/
H A Dnvme.h119 #define NVME_CAP_CMBS(cap) (((cap) >> CAP_CMBS_SHIFT) & CAP_CMBS_MASK) macro
/openbmc/qemu/hw/nvme/
H A Dctrl.c7650 if (!NVME_CAP_CMBS(cap)) { in nvme_write_bar()