Lines Matching defs:myrb_config2

457 struct myrb_config2 {  struct
458 unsigned rsvd1:1; /* Byte 0 Bit 0 */
459 unsigned active_negation:1; /* Byte 0 Bit 1 */
460 unsigned rsvd2:5; /* Byte 0 Bits 2-6 */
461 unsigned no_rescan_on_reset_during_scan:1; /* Byte 0 Bit 7 */
462 unsigned StorageWorks_support:1; /* Byte 1 Bit 0 */
463 unsigned HewlettPackard_support:1; /* Byte 1 Bit 1 */
464 unsigned no_disconnect_on_first_command:1; /* Byte 1 Bit 2 */
465 unsigned rsvd3:2; /* Byte 1 Bits 3-4 */
466 unsigned AEMI_ARM:1; /* Byte 1 Bit 5 */
467 unsigned AEMI_OFM:1; /* Byte 1 Bit 6 */
468 unsigned rsvd4:1; /* Byte 1 Bit 7 */
469 enum {
476 } __packed OEMID; /* Byte 2 */
477 unsigned char oem_model_number; /* Byte 3 */
478 unsigned char physical_sector; /* Byte 4 */
479 unsigned char logical_sector; /* Byte 5 */
480 unsigned char block_factor; /* Byte 6 */
481 unsigned readahead_enabled:1; /* Byte 7 Bit 0 */
482 unsigned low_BIOS_delay:1; /* Byte 7 Bit 1 */
483 unsigned rsvd5:2; /* Byte 7 Bits 2-3 */
484 unsigned restrict_reassign_to_one_sector:1; /* Byte 7 Bit 4 */
485 unsigned rsvd6:1; /* Byte 7 Bit 5 */
486 unsigned FUA_during_write_recovery:1; /* Byte 7 Bit 6 */
487 unsigned enable_LeftSymmetricRAID5Algorithm:1; /* Byte 7 Bit 7 */
488 unsigned char default_rebuild_rate; /* Byte 8 */
489 unsigned char rsvd7; /* Byte 9 */
490 unsigned char blocks_per_cacheline; /* Byte 10 */
491 unsigned char blocks_per_stripe; /* Byte 11 */
492 struct {
503 } __packed channelparam[6]; /* Bytes 12-17 */
504 unsigned char SCSIInitiatorID; /* Byte 18 */
505 unsigned char rsvd9; /* Byte 19 */
506 enum {
509 } __packed startup; /* Byte 20 */
510 unsigned char simultaneous_device_spinup_count; /* Byte 21 */
511 unsigned char seconds_delay_between_spinups; /* Byte 22 */
512 unsigned char rsvd10[29]; /* Bytes 23-51 */
513 unsigned BIOS_disabled:1; /* Byte 52 Bit 0 */
514 unsigned CDROM_boot_enabled:1; /* Byte 52 Bit 1 */
515 unsigned rsvd11:3; /* Byte 52 Bits 2-4 */
516 enum {
521 } __packed drive_geometry:2; /* Byte 52 Bits 5-6 */
522 unsigned rsvd12:1; /* Byte 52 Bit 7 */
523 unsigned char rsvd13[9]; /* Bytes 53-61 */
524 unsigned short csum; /* Bytes 62-63 */