Home
last modified time | relevance | path

Searched defs:cmbloc (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
H A Dnvme.h18 uint32_t cmbloc; member
262 #define NVME_CMBLOC_BIR(cmbloc) \ argument
264 #define NVME_CMBLOC_CQMMS(cmbloc) \ argument
266 #define NVME_CMBLOC_CQPDS(cmbloc) \ argument
268 #define NVME_CMBLOC_CDPMLS(cmbloc) \ argument
270 #define NVME_CMBLOC_CDPCILS(cmbloc) \ argument
272 #define NVME_CMBLOC_CDMMMS(cmbloc) \ argument
274 #define NVME_CMBLOC_CQDA(cmbloc) \ argument
276 #define NVME_CMBLOC_OFST(cmbloc) \ argument
279 #define NVME_CMBLOC_SET_BIR(cmbloc, val) \ argument
[all …]
/qemu/hw/nvme/
H A Dctrl.c7776 uint32_t cmbloc = ldl_le_p(&n->bar.cmbloc); in nvme_cmb_enable_regs() local