Lines Matching defs:megasas_io_frame
1842 struct megasas_io_frame { struct
1844 u8 cmd; /*00h */
1845 u8 sense_len; /*01h */
1846 u8 cmd_status; /*02h */
1847 u8 scsi_status; /*03h */
1849 u8 target_id; /*04h */
1850 u8 access_byte; /*05h */
1851 u8 reserved_0; /*06h */
1852 u8 sge_count; /*07h */
1854 __le32 context; /*08h */
1855 __le32 pad_0; /*0Ch */
1857 __le16 flags; /*10h */
1858 __le16 timeout; /*12h */
1859 __le32 lba_count; /*14h */
1861 __le32 sense_buf_phys_addr_lo; /*18h */
1862 __le32 sense_buf_phys_addr_hi; /*1Ch */
1864 __le32 start_lba_lo; /*20h */
1865 __le32 start_lba_hi; /*24h */
1867 union megasas_sgl sgl; /*28h */