Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
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()
Dpci.c1214 int flags = NVME_QUEUE_PHYS_CONTIG; in adapter_alloc_cq()
1238 int flags = NVME_QUEUE_PHYS_CONTIG; in adapter_alloc_sq()
/linux-6.1.9/include/linux/
Dnvme.h1156 NVME_QUEUE_PHYS_CONTIG = (1 << 0), enumerator