Searched refs:PCI_FUNC (Results 1 – 8 of 8) sorted by relevance
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | stats.c | 307 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 D | main.c | 3985 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 D | lxcommon.h | 582 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
|
| /src/sys/dev/hyperv/pcib/ |
| H A D | vmbus_pcib.c | 486 #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 D | linux_pci.c | 483 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 D | pci.h | 83 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 2235 int func = PCI_FUNC(pdev->devfn); in iwl_trans_pcie_removal_wk()
|
| /src/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_main.c | 3056 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn); in extended_func_num()
|