taglinefilesource code
CommandLineEntry920drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL &&
CommandLineEntry921drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->Concurrency > 0)
CommandLineEntry922drivers/scsi/BusLogic.cHostAdapter->Concurrency = HostAdapter->CommandLineEntry->Concurrency;
CommandLineEntry930drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL &&
CommandLineEntry931drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->BusSettleTime > 0)
CommandLineEntry932drivers/scsi/BusLogic.cHostAdapter->BusSettleTime = HostAdapter->CommandLineEntry->BusSettleTime;
CommandLineEntry938drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL)
CommandLineEntry940drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry974drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL)
CommandLineEntry976drivers/scsi/BusLogic.c(HostAdapter->CommandLineEntry->TaggedQueuingPermitted &
CommandLineEntry977drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->TaggedQueuingPermittedMask) |
CommandLineEntry979drivers/scsi/BusLogic.c~HostAdapter->CommandLineEntry->TaggedQueuingPermittedMask);
CommandLineEntry1492drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry =
CommandLineEntry1518drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry =
CommandLineEntry2424drivers/scsi/BusLogic.cBusLogic_CommandLineEntry_T *CommandLineEntry =
CommandLineEntry2428drivers/scsi/BusLogic.cCommandLineEntry->IO_Address = 0;
CommandLineEntry2429drivers/scsi/BusLogic.cCommandLineEntry->Concurrency = 0;
CommandLineEntry2430drivers/scsi/BusLogic.cCommandLineEntry->BusSettleTime = 0;
CommandLineEntry2431drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0;
CommandLineEntry2432drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0;
CommandLineEntry2433drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2435drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2461drivers/scsi/BusLogic.cCommandLineEntry->IO_Address = IO_Address;
CommandLineEntry2472drivers/scsi/BusLogic.cCommandLineEntry->Concurrency = Concurrency;
CommandLineEntry2475drivers/scsi/BusLogic.cCommandLineEntry->BusSettleTime = Integers[3];
CommandLineEntry2494drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0xFFFF;
CommandLineEntry2495drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0xFFFF;
CommandLineEntry2500drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0x0000;
CommandLineEntry2501drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0xFFFF;
CommandLineEntry2508drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted |= 1 << TargetID;
CommandLineEntry2509drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask |= 1 << TargetID;
CommandLineEntry2512drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask |= 1 << TargetID;
CommandLineEntry2531drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2533drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2538drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2540drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2545drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2547drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2554drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2558drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2562drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2566drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry810drivers/scsi/BusLogic.hBusLogic_CommandLineEntry_T *CommandLineEntry;