Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dmegaraid.c4199 u8 pci_bus, pci_dev_func; in megaraid_probe_one() local
4208 pci_dev_func = pdev->devfn; in megaraid_probe_one()
4251 PCI_SLOT(pci_dev_func), PCI_FUNC(pci_dev_func)); in megaraid_probe_one()
4318 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()
4474 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func); in megaraid_probe_one()
4477 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func); in megaraid_probe_one()
4478 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()
/linux-4.1.27/drivers/scsi/esas2r/
Datioctl.h118 u8 pci_dev_func; member
Desas2r_ioctl.c1454 ioctl->data.chaninfo.pci_dev_func = a->pcid->devfn; in esas2r_ioctl_handler()