Searched refs:pciVendor (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | megaraid.c | 2962 u16 pciVendor, u16 pciDev, long flag) argument 2987 (pciVendor, pciDev, pciIdx, &pciBus, &pciDevFun)) { 2996 while ((pdev = pci_find_device (pciVendor, pciDev, pdev))) { 3014 if( (pciVendor == PCI_VENDOR_ID_PERC4_DI_YSTONE && 3016 (pciVendor == PCI_VENDOR_ID_PERC4_QC_VERDE && 3070 pciVendor, pciDev, pciIdx, pciBus, PCI_SLOT (pciDevFun), 3337 mcontroller[i].pcivendor = pciVendor;
|