Home
last modified time | relevance | path

Searched refs:devfn (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/xen/
H A Dxen_pci_bus.c85 add_pci.devfn = (dinfo->cfg.slot << 3) | dinfo->cfg.func; in xen_pci_child_added_method()
89 add_pci.bus, add_pci.devfn, error); in xen_pci_child_added_method()
H A Dxen_intr.c1464 msi_irq.devfn = (pci_get_slot(dev) << 3) | pci_get_function(dev); in xen_register_msi()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c445 int err, bus, devfn, port_id; in mv_pcib_attach() local
532 for (devfn = 0; devfn < mv_pcib_maxslots(self); devfn++) { in mv_pcib_attach()
533 reg0 = mv_pcib_read_config(self, bus, devfn, devfn & 0x7, 0x0, 4); in mv_pcib_attach()