Searched refs:ParityCheckingEnabled (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h469 bool ParityCheckingEnabled:1; /* Byte 0 Bit 1 */ member in struct:BusLogic_SetupInformation
599 bool ParityCheckingEnabled:1; /* Byte 15 Bit 1 */ member in struct:BusLogic_AutoSCSIData
999 bool ParityCheckingEnabled:1; /* Byte 20 Bit 0 */ member in struct:FlashPoint_Info
1044 bool ParityCheckingEnabled:1; member in struct:BusLogic_HostAdapter
H A DBusLogic.c1287 HostAdapter->ParityCheckingEnabled = FlashPointInfo->ParityCheckingEnabled;
1506 HostAdapter->ParityCheckingEnabled = AutoSCSIData.ParityCheckingEnabled;
1544 HostAdapter->ParityCheckingEnabled = SetupInformation.ParityCheckingEnabled;
1738 BusLogic_Info(" Parity Checking: %s, Extended Translation: %s\n", HostAdapter, (HostAdapter->ParityCheckingEnabled ? "Enabled" : "Disabled"), (HostAdapter->ExtendedTranslationEnabled ? "Enabled" : "Disabled"));

Completed in 54 milliseconds