Home
last modified time | relevance | path

Searched refs:PCI_DEVFN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c485 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
513 return (PCI_DEVFN(slot, func)); in wslot_to_devfn()
1685 devfn = PCI_DEVFN(pci_get_slot(child), in vmbus_pcib_alloc_resource()
1777 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_read_config()
1797 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_write_config()
1901 devfn = PCI_DEVFN(pci_get_slot(child), pci_get_function(child)); in vmbus_pcib_map_msi()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h93 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c316 pdev->devfn = PCI_DEVFN(pci_get_slot(dev), pci_get_function(dev)); in lkpifill_pci_dev()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2106 softc->dev_fn = PCI_DEVFN(softc->slot, softc->function); in bnxt_attach_pre()