Searched refs:NVME_CAP_CMBS (Results 1 – 4 of 4) sorted by relevance
162 #define NVME_CAP_CMBS(cap) (((cap) >> 57) & 0x1) macro
1837 if (NVME_CAP_CMBS(dev->ctrl.cap)) in nvme_map_cmb()1857 if (NVME_CAP_CMBS(dev->ctrl.cap)) { in nvme_map_cmb()
119 #define NVME_CAP_CMBS(cap) (((cap) >> CAP_CMBS_SHIFT) & CAP_CMBS_MASK) macro
7832 if (!NVME_CAP_CMBS(cap)) { in nvme_write_bar()