Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/pcib/
HDvmbus_pcib.c382 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
391 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()
522 0, PCI_SLOT(devfn), PCI_FUNC(devfn)); in hv_pci_delete_device()
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
HDlxcommon.h583 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h102 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_main.c3050 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn); in extended_func_num()