Lines Matching defs:megasas_pthru_frame
1873 struct megasas_pthru_frame { struct
1875 u8 cmd; /*00h */
1876 u8 sense_len; /*01h */
1877 u8 cmd_status; /*02h */
1878 u8 scsi_status; /*03h */
1880 u8 target_id; /*04h */
1881 u8 lun; /*05h */
1882 u8 cdb_len; /*06h */
1883 u8 sge_count; /*07h */
1885 __le32 context; /*08h */
1886 __le32 pad_0; /*0Ch */
1888 __le16 flags; /*10h */
1889 __le16 timeout; /*12h */
1890 __le32 data_xfer_len; /*14h */
1892 __le32 sense_buf_phys_addr_lo; /*18h */
1893 __le32 sense_buf_phys_addr_hi; /*1Ch */
1895 u8 cdb[16]; /*20h */
1896 union megasas_sgl sgl; /*30h */