Home
last modified time | relevance | path

Searched refs:pci_ats_queue_depth (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dpci-ats.h12 int pci_ats_queue_depth(struct pci_dev *dev);
20 static inline int pci_ats_queue_depth(struct pci_dev *d) in pci_ats_queue_depth() function
/openbmc/linux/drivers/pci/
H A Dats.c134 int pci_ats_queue_depth(struct pci_dev *dev) in pci_ats_queue_depth() function
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c502 qdep = pci_ats_queue_depth(pdev); in intel_drain_pasid_prq()
H A Diommu.c4388 info->ats_qdep = pci_ats_queue_depth(pdev); in intel_iommu_probe_device()
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c1827 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()
1833 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()