Lines Matching defs:megasas_pthru_frame
1775 struct megasas_pthru_frame { struct
1777 u8 cmd; /*00h */
1778 u8 sense_len; /*01h */
1779 u8 cmd_status; /*02h */
1780 u8 scsi_status; /*03h */
1782 u8 target_id; /*04h */
1783 u8 lun; /*05h */
1784 u8 cdb_len; /*06h */
1785 u8 sge_count; /*07h */
1787 __le32 context; /*08h */
1788 __le32 pad_0; /*0Ch */
1790 __le16 flags; /*10h */
1791 __le16 timeout; /*12h */
1792 __le32 data_xfer_len; /*14h */
1794 __le32 sense_buf_phys_addr_lo; /*18h */
1795 __le32 sense_buf_phys_addr_hi; /*1Ch */
1797 u8 cdb[16]; /*20h */
1798 union megasas_sgl sgl; /*30h */