Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dats.c128 int pci_ats_queue_depth(struct pci_dev *dev) in pci_ats_queue_depth() function
141 EXPORT_SYMBOL_GPL(pci_ats_queue_depth);
/linux-4.4.14/include/linux/
Dpci.h1342 int pci_ats_queue_depth(struct pci_dev *dev);
1347 static inline int pci_ats_queue_depth(struct pci_dev *d) { return -ENODEV; } in pci_ats_queue_depth() function
/linux-4.4.14/drivers/iommu/
Damd_iommu.c2155 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()
2161 dev_data->ats.qdep = pci_ats_queue_depth(pdev); in attach_device()
Dintel-iommu.c1484 info->ats_qdep = pci_ats_queue_depth(pdev); in iommu_enable_dev_iotlb()