Searched refs:pci_dev_func (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c4522 u8 pci_bus, pci_dev_func; local
4531 pci_dev_func = pdev->devfn;
4574 PCI_SLOT(pci_dev_func), PCI_FUNC(pci_dev_func));
4641 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func;
4797 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func);
4800 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func);
4801 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.c4522 u8 pci_bus, pci_dev_func; local
4531 pci_dev_func = pdev->devfn;
4574 PCI_SLOT(pci_dev_func), PCI_FUNC(pci_dev_func));
4641 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func;
4797 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func);
4800 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func);
4801 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func;

Completed in 164 milliseconds