• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:Bus

119   BusLogic_ProbeInfoList is the list of I/O Addresses and Bus Probe Information
547 of I/O Address and Bus Probe Information to be checked for potential BusLogic
566 Bus Probe Information to be checked for potential BusLogic SCSI Host Adapters
574 If BusLogic Driver Options specifications requested that ISA Bus Probes
602 of increasing PCI Bus and Device Number.
614 if (ProbeInfo1->Bus > ProbeInfo2->Bus || (ProbeInfo1->Bus == ProbeInfo2->Bus && (ProbeInfo1->Device > ProbeInfo2->Device))) {
628 and Bus Probe Information to be checked for potential BusLogic MultiMaster
667 unsigned char Bus;
681 Bus = PCI_Device->bus->number;
689 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
694 BusLogic_Error("at PCI Bus %d Device %d PCI Address 0x%X\n", NULL, Bus, Device, PCI_Address);
699 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
704 BusLogic_Notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, Bus, Device, IO_Address, PCI_Address);
732 for the setting of the "Use Bus And Device # For PCI Scanning Seq."
760 PrimaryProbeInfo->Bus = Bus;
771 ProbeInfo->Bus = Bus;
781 If the AutoSCSI "Use Bus And Device # For PCI Scanning Seq." option is ON
784 Host Adapters in the order of increasing PCI Bus and Device Number. In
837 unsigned char Bus;
848 Bus = PCI_Device->bus->number;
860 ProbeInfo->Bus = Bus;
874 and Bus Probe Information to be checked for potential BusLogic FlashPoint
888 unsigned char Bus;
902 Bus = PCI_Device->bus->number;
910 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
915 BusLogic_Error("at PCI Bus %d Device %d PCI Address 0x%X\n", NULL, Bus, Device, PCI_Address);
920 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
925 BusLogic_Notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, Bus, Device, IO_Address, PCI_Address);
933 ProbeInfo->Bus = Bus;
941 BusLogic_Error("BusLogic: FlashPoint Host Adapter detected at " "PCI Bus %d Device %d\n", NULL, Bus, Device);
948 increasing PCI Bus and Device Number, so sort the probe information into
957 BusLogic_InitializeProbeInfoList initializes the list of I/O Address and Bus
1029 BusLogic_Error("Bus %d Device %d I/O Address 0x%X PCI Address 0x%X:\n", HostAdapter, HostAdapter->Bus, HostAdapter->Device, HostAdapter->IO_Address, HostAdapter->PCI_Address);
1057 BusLogic_Error("BusLogic: FlashPoint Host Adapter detected at " "PCI Bus %d Device %d\n", HostAdapter, HostAdapter->Bus, HostAdapter->Device);
1109 Hard Reset is performed which also initiates a SCSI Bus Reset. Otherwise, a
1111 SCSI Bus Reset.
1421 Determine the Bus Type and save it in the Host Adapter structure, determine
1503 Save the Parity Checking Enabled, Bus Reset Enabled, and Termination
1680 Select an appropriate value for Bus Settle Time either from a BusLogic
1731 BusLogic_Info(" PCI Bus: %d, Device: %d, Address: ", HostAdapter, HostAdapter->Bus, HostAdapter->Device);
1827 BusLogic_Info(" SCSI Bus Termination: %s", HostAdapter, (HostAdapter->LowByteTerminated ? (HostAdapter->HighByteTerminated ? "Both Enabled" : "Low Enabled")
1830 BusLogic_Info(" SCSI Bus Termination: %s", HostAdapter, (HostAdapter->LowByteTerminated ? "Enabled" : "Disabled"));
1930 Initialize the Bus Device Reset Pending CCB, Tagged Queuing Active,
2026 a SCSI Bus Reset and issuing any SCSI Commands. Some SCSI devices get
2027 confused if they receive SCSI Commands too soon after a SCSI Bus Reset.
2230 HostAdapter->Bus = ProbeInfo->Bus;
2561 BusLogic_Warning("Bus Device Reset CCB #%ld to Target " "%d Completed\n", HostAdapter, CCB->SerialNumber, TargetID);
2683 Process valid External SCSI Bus Reset and Incoming Mailbox
2721 BusLogic_Warning("Resetting %s due to External SCSI Bus Reset\n", HostAdapter, HostAdapter->FullModelName);
3015 * initiates a SCSI Bus Reset and issuing any SCSI Commands. Some
3017 * after a SCSI Bus Reset.
3211 Command Aborts Bus Device Resets Host Adapter Resets\n\
3429 BusLogic_Error("BusLogic: Invalid Driver Options " "(invalid Bus Settle Time %d)\n", NULL, BusSettleTime);