Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dnvme.h520 bool (*supports_pci_p2pdma)(struct nvme_ctrl *ctrl); member
Dcore.c4207 if (ctrl->ops->supports_pci_p2pdma && in nvme_alloc_ns()
4208 ctrl->ops->supports_pci_p2pdma(ctrl)) in nvme_alloc_ns()
Dpci.c3020 .supports_pci_p2pdma = nvme_pci_supports_pci_p2pdma,