Home
last modified time | relevance | path

Searched defs:myrb_log_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dmyrb.h376 struct myrb_log_entry { struct
377 unsigned char msg_type; /* Byte 0 */
378 unsigned char msg_len; /* Byte 1 */
379 unsigned char target:5; /* Byte 2 Bits 0-4 */
380 unsigned char channel:3; /* Byte 2 Bits 5-7 */
381 unsigned char lun:6; /* Byte 3 Bits 0-5 */
382 unsigned char rsvd1:2; /* Byte 3 Bits 6-7 */
383 unsigned short seq_num; /* Bytes 4-5 */
384 unsigned char sense[26]; /* Bytes 6-31 */