Lines Matching defs:megasas_pthru_frame
1322 struct megasas_pthru_frame { struct
1324 u8 cmd; /*00h */
1325 u8 sense_len; /*01h */
1326 u8 cmd_status; /*02h */
1327 u8 scsi_status; /*03h */
1329 u8 target_id; /*04h */
1330 u8 lun; /*05h */
1331 u8 cdb_len; /*06h */
1332 u8 sge_count; /*07h */
1334 u32 context; /*08h */
1335 u32 pad_0; /*0Ch */
1337 u16 flags; /*10h */
1338 u16 timeout; /*12h */
1339 u32 data_xfer_len; /*14h */
1341 u32 sense_buf_phys_addr_lo; /*18h */
1342 u32 sense_buf_phys_addr_hi; /*1Ch */
1344 u8 cdb[16]; /*20h */
1345 union megasas_sgl sgl; /*30h */