Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/
Dats.c130 int pci_ats_queue_depth(struct pci_dev *dev) in pci_ats_queue_depth() function
143 EXPORT_SYMBOL_GPL(pci_ats_queue_depth);
/Linux-v5.4/include/linux/
Dpci.h1783 int pci_ats_queue_depth(struct pci_dev *dev);
1788 static inline int pci_ats_queue_depth(struct pci_dev *d) { return -ENODEV; } in pci_ats_queue_depth() function
/Linux-v5.4/drivers/iommu/
Damd_iommu.c2196 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()
2202 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()
Dintel-iommu.c1431 info->ats_qdep = pci_ats_queue_depth(pdev); in iommu_enable_dev_iotlb()