Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dnvme.h537 bool (*supports_pci_p2pdma)(struct nvme_ctrl *ctrl); member
Dcore.c3596 if (ctrl->ops->supports_pci_p2pdma && in nvme_alloc_ns()
3597 ctrl->ops->supports_pci_p2pdma(ctrl)) in nvme_alloc_ns()
Dpci.c2849 .supports_pci_p2pdma = nvme_pci_supports_pci_p2pdma,