Lines Matching defs:megasas_smp_frame
1949 struct megasas_smp_frame { struct
1951 u8 cmd; /*00h */
1952 u8 reserved_1; /*01h */
1953 u8 cmd_status; /*02h */
1954 u8 connection_status; /*03h */
1956 u8 reserved_2[3]; /*04h */
1957 u8 sge_count; /*07h */
1959 __le32 context; /*08h */
1960 __le32 pad_0; /*0Ch */
1962 __le16 flags; /*10h */
1963 __le16 timeout; /*12h */
1965 __le32 data_xfer_len; /*14h */
1966 __le64 sas_addr; /*18h */
1968 union {
1971 } sgl;