Home
last modified time | relevance | path

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

/src/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.c3985 int tmp_func_num, func_num = PCI_FUNC(pdev_in->devfn); in bnxt_re_get_peer_pf()
3992 tmp_func_num = PCI_FUNC(tmp_rdev->en_dev->pdev->devfn); in bnxt_re_get_peer_pf()
/src/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h582 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/src/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c486 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
495 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()
645 0, PCI_SLOT(devfn), PCI_FUNC(devfn)); in hv_pci_delete_device()
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c483 dev = pci_find_dbsf(domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); in lkpi_pci_get_domain_bus_and_slot()
497 dev = pci_find_bsf(pbus->number, PCI_SLOT(devfn), PCI_FUNC(devfn)); in lkpi_pci_get_slot()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h83 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c2235 int func = PCI_FUNC(pdev->devfn); in iwl_trans_pcie_removal_wk()
/src/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3056 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn); in extended_func_num()