Searched refs:PCI_DEVFN (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/xen/pcifront/ |
| H A D | pcifront.c | 584 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro 596 .devfn = PCI_DEVFN(slot, func), in xpcib_read_config() 623 .devfn = PCI_DEVFN(slot, func), in xpcib_write_config()
|
| /freebsd-13.1/sys/dev/hyperv/pcib/ |
| H A D | vmbus_pcib.c | 405 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro 433 return (PCI_DEVFN(slot, func)); in wslot_to_devfn() 1642 devfn = PCI_DEVFN(pci_get_slot(child), in vmbus_pcib_alloc_resource() 1700 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_read_config() 1720 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_write_config() 1791 devfn = PCI_DEVFN(pci_get_slot(child), pci_get_function(child)); in vmbus_pcib_map_msi()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 96 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 279 pdev->devfn = PCI_DEVFN(pci_get_slot(dev), pci_get_function(dev)); in lkpifill_pci_dev()
|