Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnvme.h171 #define NVME_CAP_CMBS(cap) (((cap) >> 57) & 0x1) macro
/linux-6.12.1/drivers/nvme/host/
Dpci.c1878 if (NVME_CAP_CMBS(dev->ctrl.cap)) in nvme_map_cmb()
1898 if (NVME_CAP_CMBS(dev->ctrl.cap)) { in nvme_map_cmb()