Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h669 #define NVME_CQ_FLAGS_IEN(cq_flags) ((cq_flags >> 1) & 0x1) macro
/qemu/hw/nvme/
H A Dctrl.c5602 NVME_CQ_FLAGS_IEN(qflags) != 0); in nvme_create_cq()
5636 NVME_CQ_FLAGS_IEN(qflags)); in nvme_create_cq()