Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dnvme.h523 bool (*supports_pci_p2pdma)(struct nvme_ctrl *ctrl); member
Dcore.c4236 if (ctrl->ops->supports_pci_p2pdma && in nvme_alloc_ns()
4237 ctrl->ops->supports_pci_p2pdma(ctrl)) in nvme_alloc_ns()
Dpci.c3022 .supports_pci_p2pdma = nvme_pci_supports_pci_p2pdma,