• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:Status

174 		CCB->Status = BusLogic_CCB_Free;
314 CCB->Status = BusLogic_CCB_Free;
335 waiting for the Host Adapter Ready bit to be set in the Status Register.
362 Register Busy bit to be reset in the Status Register.
390 Register, then the Command Invalid bit in the Status Register will be
393 If the Data In Register Ready bit is set in the Status Register, then
396 Register Busy bit in the Status Register to be reset.
428 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: " "(Modify I/O Address)\n", HostAdapter, OperationCode, StatusRegister.All);
483 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: %2d ==> %2d:", HostAdapter, OperationCode, StatusRegister.All, ReplyLength, ReplyBytes);
1066 Read the Status, Interrupt, and Geometry Registers to test if there are I/O
1076 BusLogic_Notice("BusLogic_Probe(0x%X): Status 0x%02X, Interrupt 0x%02X, " "Geometry 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All, InterruptRegister.All, GeometryRegister.All);
1132 Adapter should respond by setting Diagnostic Active in the Status Register.
1139 Wait until Diagnostic Active is set in the Status Register.
1149 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Diagnostic Active, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
1154 activity which might leave the contents of the Status Register
1159 Wait until Diagnostic Active is reset in the Status Register.
1169 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Diagnostic Completed, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
1174 or Data In Register Ready bits is set in the Status Register.
1184 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Host Adapter Ready, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
2414 CCB->Status = BusLogic_CCB_Completed;
2429 the Host Adapter Status and Target Device Status.
2471 BusLogic_Warning("Unknown Host Adapter Status 0x%02X\n", HostAdapter, HostAdapterStatus);
2510 if (CCB->Status == BusLogic_CCB_Active || CCB->Status == BusLogic_CCB_Reset) {
2523 BusLogic_Warning("Illegal CCB #%ld status %d in " "Incoming Mailbox\n", HostAdapter, CCB->SerialNumber, CCB->Status);
2571 if (CCB->Status == BusLogic_CCB_Reset && CCB->TargetID == TargetID) {
2581 Translate the Completion Code, Host Adapter Status, and Target
2582 Device Status into a SCSI Subsystem Result Code.
2611 "Adapter Status %02X " "Target Status %02X\n", HostAdapter, CCB->SerialNumber, CCB->TargetID, Command->result, CCB->HostAdapterStatus, CCB->TargetDeviceStatus);
2748 CCB->Status = BusLogic_CCB_Active;
2967 CCB->Status = BusLogic_CCB_Active;
2975 if (CCB->Status == BusLogic_CCB_Completed)
3006 if (CCB->Status == BusLogic_CCB_Active)