taglinefilesource code
CommandLineEntry998drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL &&
CommandLineEntry999drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->Concurrency > 0)
CommandLineEntry1000drivers/scsi/BusLogic.cHostAdapter->Concurrency = HostAdapter->CommandLineEntry->Concurrency;
CommandLineEntry1008drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL &&
CommandLineEntry1009drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->BusSettleTime > 0)
CommandLineEntry1010drivers/scsi/BusLogic.cHostAdapter->BusSettleTime = HostAdapter->CommandLineEntry->BusSettleTime;
CommandLineEntry1015drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL)
CommandLineEntry1016drivers/scsi/BusLogic.cHostAdapter->LocalOptions = HostAdapter->CommandLineEntry->LocalOptions;
CommandLineEntry1021drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL)
CommandLineEntry1023drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry1061drivers/scsi/BusLogic.cif (HostAdapter->CommandLineEntry != NULL)
CommandLineEntry1063drivers/scsi/BusLogic.c(HostAdapter->CommandLineEntry->TaggedQueuingPermitted &
CommandLineEntry1064drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->TaggedQueuingPermittedMask) |
CommandLineEntry1066drivers/scsi/BusLogic.c~HostAdapter->CommandLineEntry->TaggedQueuingPermittedMask);
CommandLineEntry1569drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry =
CommandLineEntry1595drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry =
CommandLineEntry2608drivers/scsi/BusLogic.cBusLogic_CommandLineEntry_T *CommandLineEntry =
CommandLineEntry2612drivers/scsi/BusLogic.cCommandLineEntry->IO_Address = 0;
CommandLineEntry2613drivers/scsi/BusLogic.cCommandLineEntry->Concurrency = 0;
CommandLineEntry2614drivers/scsi/BusLogic.cCommandLineEntry->BusSettleTime = 0;
CommandLineEntry2615drivers/scsi/BusLogic.cCommandLineEntry->LocalOptions = 0;
CommandLineEntry2616drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0;
CommandLineEntry2617drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0;
CommandLineEntry2618drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2620drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2647drivers/scsi/BusLogic.cCommandLineEntry->IO_Address = IO_Address;
CommandLineEntry2658drivers/scsi/BusLogic.cCommandLineEntry->Concurrency = Concurrency;
CommandLineEntry2661drivers/scsi/BusLogic.cCommandLineEntry->BusSettleTime = Integers[3];
CommandLineEntry2663drivers/scsi/BusLogic.cCommandLineEntry->LocalOptions = Integers[4];
CommandLineEntry2682drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0xFFFF;
CommandLineEntry2683drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0xFFFF;
CommandLineEntry2688drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted = 0x0000;
CommandLineEntry2689drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask = 0xFFFF;
CommandLineEntry2696drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermitted |= 1 << TargetID;
CommandLineEntry2697drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask |= 1 << TargetID;
CommandLineEntry2700drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueuingPermittedMask |= 1 << TargetID;
CommandLineEntry2719drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2721drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2726drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2728drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2733drivers/scsi/BusLogic.cmemset(CommandLineEntry->ErrorRecoveryOption,
CommandLineEntry2735drivers/scsi/BusLogic.csizeof(CommandLineEntry->ErrorRecoveryOption));
CommandLineEntry2742drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2746drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2750drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry2754drivers/scsi/BusLogic.cCommandLineEntry->ErrorRecoveryOption[TargetID] =
CommandLineEntry815drivers/scsi/BusLogic.hBusLogic_CommandLineEntry_T *CommandLineEntry;