Lines Matching defs:megasas_smp_frame
1855 struct megasas_smp_frame { struct
1857 u8 cmd; /*00h */
1858 u8 reserved_1; /*01h */
1859 u8 cmd_status; /*02h */
1860 u8 connection_status; /*03h */
1862 u8 reserved_2[3]; /*04h */
1863 u8 sge_count; /*07h */
1865 __le32 context; /*08h */
1866 __le32 pad_0; /*0Ch */
1868 __le16 flags; /*10h */
1869 __le16 timeout; /*12h */
1871 __le32 data_xfer_len; /*14h */
1872 __le64 sas_addr; /*18h */
1874 union {
1877 } sgl;