Searched refs:pci_dev_func (Results 1 – 3 of 3) sorted by relevance
4166 u8 pci_bus, pci_dev_func; in megaraid_probe_one() local4178 pci_dev_func = pdev->devfn; in megaraid_probe_one()4284 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()4440 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func); in megaraid_probe_one()4443 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func); in megaraid_probe_one()4444 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()
118 u8 pci_dev_func; member
1436 ioctl->data.chaninfo.pci_dev_func = a->pcid->devfn; in esas2r_ioctl_handler()