Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dblkdev.h564 #define QUEUE_FLAG_PCI_P2PDMA 25 /* device supports PCI p2p requests */ macro
595 test_bit(QUEUE_FLAG_PCI_P2PDMA, &(q)->queue_flags)
/openbmc/linux/drivers/nvme/host/
H A Dcore.c3627 blk_queue_flag_set(QUEUE_FLAG_PCI_P2PDMA, ns->queue); in nvme_alloc_ns()