Home
last modified time | relevance | path

Searched refs:pci_class (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_drv.c613 devclass_t pci_class; in dmar_dev_depth() local
617 pci_class = devclass_find("pci"); in dmar_dev_depth()
622 pci_class) in dmar_dev_depth()
631 devclass_t pci_class; in dmar_dev_path() local
635 pci_class = devclass_find("pci"); in dmar_dev_path()
643 pci_class) { in dmar_dev_path()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c750 devclass_t pci_class; in thunder_pem_attach() local
763 pci_class = devclass_find("pci"); in thunder_pem_attach()
765 if (device_get_devclass(parent) == pci_class) in thunder_pem_attach()