Home
last modified time | relevance | path

Searched refs:cq_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/block/
H A Dnvme.h663 uint16_t cq_flags; member
668 #define NVME_CQ_FLAGS_PC(cq_flags) (cq_flags & 0x1) argument
669 #define NVME_CQ_FLAGS_IEN(cq_flags) ((cq_flags >> 1) & 0x1) argument
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h391 __le16 cq_flags; member
H A Dnvme.c405 c.create_cq.cq_flags = cpu_to_le16(flags); in nvme_alloc_cq()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5595 uint16_t qflags = le16_to_cpu(c->cq_flags); in nvme_create_cq()