Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmegaraid.c4131 u8 pci_bus, pci_dev_func; in megaraid_probe_one() local
4143 pci_dev_func = pdev->devfn; in megaraid_probe_one()
4249 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()
4407 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func); in megaraid_probe_one()
4410 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func); in megaraid_probe_one()
4411 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func; in megaraid_probe_one()
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h118 u8 pci_dev_func; member
H A Desas2r_ioctl.c1430 ioctl->data.chaninfo.pci_dev_func = a->pcid->devfn; in esas2r_ioctl_handler()