Searched refs:PCI_FUNC (Results 1 – 4 of 4) sorted by relevance
382 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro391 wslot.bits.func = PCI_FUNC(devfn); in devfn_to_wslot()522 0, PCI_SLOT(devfn), PCI_FUNC(devfn)); in hv_pci_delete_device()
583 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
102 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
3050 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn); in extended_func_num()