Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vnic/
HDthunder_bgx_fdt.c289 devclass_t pci_class; in bgx_find_root_pcib() local
292 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()
/freebsd-14-stable/stand/i386/libi386/
HDbiospci.c175 static struct pci_class struct
191 static void biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_p… argument
262 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()
/freebsd-14-stable/sys/x86/iommu/
HDintel_drv.c608 devclass_t pci_class; in dmar_dev_depth() local
612 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() local
630 pci_class = devclass_find("pci"); in dmar_dev_path()
638 pci_class) { in dmar_dev_path()
/freebsd-14-stable/sys/dev/iommu/
HDbusdma_iommu.c121 devclass_t pci_class; in iommu_get_requester() local
127 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()
/freebsd-14-stable/sys/arm64/cavium/
HDthunder_pcie_pem.c792 devclass_t pci_class; in thunder_pem_attach() local
805 pci_class = devclass_find("pci"); in thunder_pem_attach()
807 if (device_get_devclass(parent) == pci_class) in thunder_pem_attach()
/freebsd-14-stable/sys/arm64/iommu/
HDsmmu.c1832 devclass_t pci_class; in smmu_ctx_init() local
1843 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()
/freebsd-14-stable/sys/dev/pci/
HDpci.c6532 devclass_t pci_class; in pci_find_pcie_root_port() local
6535 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()