Searched refs:pci_class (Results 1 – 7 of 7) sorted by relevance
289 devclass_t pci_class; in bgx_find_root_pcib() local292 pci_class = devclass_find("pci"); in bgx_find_root_pcib()293 KASSERT(device_get_devclass(device_get_parent(dev)) == pci_class, in bgx_find_root_pcib()302 if (device_get_devclass(bus) != pci_class) in bgx_find_root_pcib()313 if (device_get_devclass(device_get_parent(pcib)) != pci_class) in bgx_find_root_pcib()
175 static struct pci_class struct191 static void biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_p… argument262 struct pci_class *pc; in biospci_enumerate()296 biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_progif *ppi) in biospci_addinfo()
608 devclass_t pci_class; in dmar_dev_depth() local612 pci_class = devclass_find("pci"); in dmar_dev_depth()617 pci_class) in dmar_dev_depth()626 devclass_t pci_class; in dmar_dev_path() local630 pci_class = devclass_find("pci"); in dmar_dev_path()638 pci_class) { in dmar_dev_path()
121 devclass_t pci_class; in iommu_get_requester() local127 pci_class = devclass_find("pci"); in iommu_get_requester()131 if (pci == NULL || device_get_devclass(pci) != pci_class) { in iommu_get_requester()147 KASSERT(device_get_devclass(pci) == pci_class, in iommu_get_requester()163 if (device_get_devclass(pcip) != pci_class) in iommu_get_requester()
792 devclass_t pci_class; in thunder_pem_attach() local805 pci_class = devclass_find("pci"); in thunder_pem_attach()807 if (device_get_devclass(parent) == pci_class) in thunder_pem_attach()
1832 devclass_t pci_class; in smmu_ctx_init() local1843 pci_class = devclass_find("pci"); in smmu_ctx_init()1844 if (device_get_devclass(device_get_parent(ctx->dev)) == pci_class) { in smmu_ctx_init()1870 if (device_get_devclass(device_get_parent(ctx->dev)) == pci_class) in smmu_ctx_init()
6532 devclass_t pci_class; in pci_find_pcie_root_port() local6535 pci_class = devclass_find("pci"); in pci_find_pcie_root_port()6536 KASSERT(device_get_devclass(device_get_parent(dev)) == pci_class, in pci_find_pcie_root_port()6556 if (device_get_devclass(device_get_parent(pcib)) != pci_class) in pci_find_pcie_root_port()