Searched refs:pci_domain (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/pci/ |
| D | pci_subr.c | 288 struct pci_domain { struct 291 TAILQ_ENTRY(pci_domain) pd_link; argument 294 static TAILQ_HEAD(, pci_domain) domains = TAILQ_HEAD_INITIALIZER(domains); 302 static struct pci_domain * 305 struct pci_domain *d; in pci_find_domain() 335 struct pci_domain *d; in pci_domain_alloc_bus() 355 struct pci_domain *d; in pci_domain_adjust_bus() 371 struct pci_domain *d; in pci_domain_release_bus()
|
| /freebsd-10-stable/sys/dev/drm2/ |
| D | drm_pci.c | 152 return dev->pci_domain; in drm_get_pci_domain() 202 dev->pci_domain, in drm_pci_set_busid() 252 if ((domain != dev->pci_domain) || in drm_pci_set_unique() 335 dev->pci_domain = pci_get_domain(dev->dev); in drm_get_pci_dev()
|
| D | drm_os_freebsd.c | 175 "pci:%04x:%02x:%02x.%d", dev->pci_domain, dev->pci_bus, in drm_add_busid_modesetting()
|
| D | drmP.h | 1091 int pci_domain; member
|
| /freebsd-10-stable/sys/dev/drm/ |
| D | drm_ioctl.c | 96 if ((domain != dev->pci_domain) || in drm_setunique() 138 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func); in drm_set_busid()
|
| D | drm_drv.c | 221 dev->pci_domain = pci_get_domain(dev->device); in drm_attach() 223 dev->pci_domain = 0; in drm_attach()
|
| D | drm_irq.c | 44 if ((irq->busnum >> 8) != dev->pci_domain || in drm_irq_by_busid()
|
| D | drmP.h | 681 int pci_domain; member
|
| /freebsd-10-stable/sys/dev/hyperv/pcib/ |
| D | vmbus_pcib.c | 324 uint16_t pci_domain; member 521 pci_dev = pci_find_dbsf(hbus->pci_domain, in hv_pci_delete_device() 578 hbus->pci_domain = desc->ser & 0xFFFF; in new_pcichild_device() 1367 hbus->pci_domain = inst_guid->hv_guid[9] | in vmbus_pcib_attach() 1509 *val = sc->hbus->pci_domain; in vmbus_pcib_read_ivar() 1537 return (pci_domain_alloc_bus(sc->hbus->pci_domain, child, rid, in vmbus_pcib_alloc_resource() 1579 return (pci_domain_release_bus(sc->hbus->pci_domain, child, in vmbus_pcib_release_resource()
|