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

/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c407 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
416 wslot.bits.func = PCI_FUNC(devfn);
566 0, PCI_SLOT(devfn), PCI_FUNC(devfn));
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h583 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h102 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3050 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn);

Completed in 87 milliseconds