Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.c307 fid = PCI_FUNC(rdev->en_dev->pdev->devfn); in bnxt_re_get_ext_stat()
753 if (PCI_FUNC(pdev->devfn) == 0) in bnxt_re_get_hw_stats()
H A Dmain.c3959 int tmp_func_num, func_num = PCI_FUNC(pdev_in->devfn); in bnxt_re_get_peer_pf()
3966 tmp_func_num = PCI_FUNC(tmp_rdev->en_dev->pdev->devfn); in bnxt_re_get_peer_pf()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h582 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c487 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
496 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()
646 0, PCI_SLOT(devfn), PCI_FUNC(devfn)); in hv_pci_delete_device()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h95 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c410 dev = pci_find_dbsf(domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); in lkpi_pci_get_domain_bus_and_slot()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3056 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn); in extended_func_num()