Lines Matching defs:megasas_io_frame
1336 struct megasas_io_frame { struct
1338 u8 cmd; /*00h */
1339 u8 sense_len; /*01h */
1340 u8 cmd_status; /*02h */
1341 u8 scsi_status; /*03h */
1343 u8 target_id; /*04h */
1344 u8 access_byte; /*05h */
1345 u8 reserved_0; /*06h */
1346 u8 sge_count; /*07h */
1348 __le32 context; /*08h */
1349 __le32 pad_0; /*0Ch */
1351 __le16 flags; /*10h */
1352 __le16 timeout; /*12h */
1353 __le32 lba_count; /*14h */
1355 __le32 sense_buf_phys_addr_lo; /*18h */
1356 __le32 sense_buf_phys_addr_hi; /*1Ch */
1358 __le32 start_lba_lo; /*20h */
1359 __le32 start_lba_hi; /*24h */
1361 union megasas_sgl sgl; /*28h */