Home
last modified time | relevance | path

Searched refs:pci_p2pdma_distance (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dpci-p2pdma.h96 static inline int pci_p2pdma_distance(struct pci_dev *provider, in pci_p2pdma_distance() function
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c31 pci_p2pdma_distance(to_pci_dev(obj->dev->dev), attach->dev, false) < 0) in xe_dma_buf_attach()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c60 if (pci_p2pdma_distance(adev->pdev, attach->dev, false) < 0) in amdgpu_dma_buf_attach()
H A Damdgpu_device.c6268 !(pci_p2pdma_distance(adev->pdev, peer_adev->dev, false) < 0); in amdgpu_device_is_peer_accessible()
/linux/Documentation/driver-api/pci/
H A Dp2pdma.rst99 :c:func:`pci_p2pdma_distance()` otherwise it may find a memory provider
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1717 rc = pci_p2pdma_distance(hdev->pdev, attachment->dev, true); in hl_dmabuf_attach()