Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c297 if (PCI_FUNC (devfn) == 0) in scan_pci_bus()
315 bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in scan_pci_bus()
H A Dpci.h242 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
H A Dtg3.c2816 if (PCI_FUNC(tp->pdev->devfn) == 0) in tg3_get_device_address()