Lines Matching defs:megasas_io_frame
1293 struct megasas_io_frame { struct
1295 u8 cmd; /*00h */
1296 u8 sense_len; /*01h */
1297 u8 cmd_status; /*02h */
1298 u8 scsi_status; /*03h */
1300 u8 target_id; /*04h */
1301 u8 access_byte; /*05h */
1302 u8 reserved_0; /*06h */
1303 u8 sge_count; /*07h */
1305 u32 context; /*08h */
1306 u32 pad_0; /*0Ch */
1308 u16 flags; /*10h */
1309 u16 timeout; /*12h */
1310 u32 lba_count; /*14h */
1312 u32 sense_buf_phys_addr_lo; /*18h */
1313 u32 sense_buf_phys_addr_hi; /*1Ch */
1315 u32 start_lba_lo; /*20h */
1316 u32 start_lba_hi; /*24h */
1318 union megasas_sgl sgl; /*28h */