Home
last modified time | relevance | path

Searched refs:NVME_QUEUE_PHYS_CONTIG (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/nvme/
H A Dnvme.c398 int flags = NVME_QUEUE_PHYS_CONTIG | NVME_CQ_IRQ_ENABLED; in nvme_alloc_cq()
415 int flags = NVME_QUEUE_PHYS_CONTIG | NVME_SQ_PRIO_MEDIUM; in nvme_alloc_sq()
H A Dnvme.h326 NVME_QUEUE_PHYS_CONTIG = (1 << 0), enumerator
/openbmc/linux/drivers/nvme/host/
H A Dapple.c688 c.create_cq.cq_flags = cpu_to_le16(NVME_QUEUE_PHYS_CONTIG | NVME_CQ_IRQ_ENABLED); in apple_nvme_create_cq()
716 c.create_sq.sq_flags = cpu_to_le16(NVME_QUEUE_PHYS_CONTIG); in apple_nvme_create_sq()
H A Dpci.c1158 int flags = NVME_QUEUE_PHYS_CONTIG; in adapter_alloc_cq()
1182 int flags = NVME_QUEUE_PHYS_CONTIG; in adapter_alloc_sq()
/openbmc/linux/include/linux/
H A Dnvme.h1199 NVME_QUEUE_PHYS_CONTIG = (1 << 0), enumerator