Searched defs:myrs_pdev_info (Results 1 – 1 of 1) sorted by relevance
487 struct myrs_pdev_info { struct488 unsigned char rsvd1; /* Byte 0 */489 unsigned char channel; /* Byte 1 */490 unsigned char target; /* Byte 2 */491 unsigned char lun; /* Byte 3 */493 unsigned char pdev_fault_tolerant:1; /* Byte 4 Bit 0 */494 unsigned char pdev_connected:1; /* Byte 4 Bit 1 */495 unsigned char pdev_local_to_ctlr:1; /* Byte 4 Bit 2 */496 unsigned char rsvd2:5; /* Byte 4 Bits 3-7 */498 unsigned char remote_host_dead:1; /* Byte 5 Bit 0 */[all …]