Lines Matching defs:megasas_pthru_frame
1365 struct megasas_pthru_frame { struct
1367 u8 cmd; /*00h */
1368 u8 sense_len; /*01h */
1369 u8 cmd_status; /*02h */
1370 u8 scsi_status; /*03h */
1372 u8 target_id; /*04h */
1373 u8 lun; /*05h */
1374 u8 cdb_len; /*06h */
1375 u8 sge_count; /*07h */
1377 __le32 context; /*08h */
1378 __le32 pad_0; /*0Ch */
1380 __le16 flags; /*10h */
1381 __le16 timeout; /*12h */
1382 __le32 data_xfer_len; /*14h */
1384 __le32 sense_buf_phys_addr_lo; /*18h */
1385 __le32 sense_buf_phys_addr_hi; /*1Ch */
1387 u8 cdb[16]; /*20h */
1388 union megasas_sgl sgl; /*30h */