Lines Matching defs:mrsas_header
2561 struct mrsas_header { struct
2562 u_int8_t cmd; /* 00e */
2563 u_int8_t sense_len; /* 01h */
2564 u_int8_t cmd_status; /* 02h */
2565 u_int8_t scsi_status; /* 03h */
2567 u_int8_t target_id; /* 04h */
2568 u_int8_t lun; /* 05h */
2569 u_int8_t cdb_len; /* 06h */
2570 u_int8_t sge_count; /* 07h */
2572 u_int32_t context; /* 08h */
2573 u_int32_t pad_0; /* 0Ch */
2575 u_int16_t flags; /* 10h */
2576 u_int16_t timeout; /* 12h */
2577 u_int32_t data_xferlen; /* 14h */