Home
last modified time | relevance | path

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

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