Searched refs:pci_domain (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dpci_subr.c288 struct pci_domain { struct
291 TAILQ_ENTRY(pci_domain) pd_link;
294 static TAILQ_HEAD(, pci_domain) domains = TAILQ_HEAD_INITIALIZER(domains);
302 static struct pci_domain *
305 struct pci_domain *d;
335 struct pci_domain *d;
355 struct pci_domain *d;
371 struct pci_domain *d;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_pci.c153 return dev->pci_domain;
203 dev->pci_domain,
253 if ((domain != dev->pci_domain) ||
336 dev->pci_domain = pci_get_domain(dev->dev);
H A Ddrm_os_freebsd.c243 "pci:%04x:%02x:%02x.%d", dev->pci_domain, dev->pci_bus,
H A DdrmP.h1116 int pci_domain; member in struct:drm_device
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_ioctl.c96 if ((domain != dev->pci_domain) ||
138 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func);
H A Ddrm_irq.c44 if ((irq->busnum >> 8) != dev->pci_domain ||
H A Ddrm_drv.c201 dev->pci_domain = pci_get_domain(dev->device);
H A DdrmP.h670 int pci_domain; member in struct:drm_device
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c324 uint16_t pci_domain; member in struct:hv_pcibus
521 pci_dev = pci_find_dbsf(hbus->pci_domain,
578 hbus->pci_domain = desc->ser & 0xFFFF;
1367 hbus->pci_domain = inst_guid->hv_guid[9] |
1509 *val = sc->hbus->pci_domain;
1537 return (pci_domain_alloc_bus(sc->hbus->pci_domain, child, rid,
1579 return (pci_domain_release_bus(sc->hbus->pci_domain, child,
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c1153 int pci_domain, bus, device, function, i, t; local
1174 pci_domain = db_tok_number;
1200 if (pci_domain == unit->segment &&

Completed in 146 milliseconds