Searched refs:PCI_DEVFN (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/dev/xen/pcifront/ |
| D | pcifront.c | 585 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro 597 .devfn = PCI_DEVFN(slot, func), in xpcib_read_config() 624 .devfn = PCI_DEVFN(slot, func), in xpcib_write_config()
|
| /freebsd-10-stable/sys/dev/hyperv/pcib/ |
| D | vmbus_pcib.c | 380 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro 408 return (PCI_DEVFN(slot, func)); in wslot_to_devfn() 1545 devfn = PCI_DEVFN(pci_get_slot(child), in vmbus_pcib_alloc_resource() 1603 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_read_config() 1623 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_write_config() 1694 devfn = PCI_DEVFN(pci_get_slot(child), pci_get_function(child)); in vmbus_pcib_map_msi()
|
| /freebsd-10-stable/sys/ofed/include/linux/ |
| D | pci.h | 75 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
|