Searched defs:cmbloc (Results 1 – 2 of 2) sorted by relevance
18 uint32_t cmbloc; member262 #define NVME_CMBLOC_BIR(cmbloc) \ argument264 #define NVME_CMBLOC_CQMMS(cmbloc) \ argument266 #define NVME_CMBLOC_CQPDS(cmbloc) \ argument268 #define NVME_CMBLOC_CDPMLS(cmbloc) \ argument270 #define NVME_CMBLOC_CDPCILS(cmbloc) \ argument272 #define NVME_CMBLOC_CDMMMS(cmbloc) \ argument274 #define NVME_CMBLOC_CQDA(cmbloc) \ argument276 #define NVME_CMBLOC_OFST(cmbloc) \ argument279 #define NVME_CMBLOC_SET_BIR(cmbloc, val) \ argument[all …]
7776 uint32_t cmbloc = ldl_le_p(&n->bar.cmbloc); in nvme_cmb_enable_regs() local