Lines Matching defs:megasas_smp_frame
1947 struct megasas_smp_frame { struct
1949 u8 cmd; /*00h */
1950 u8 reserved_1; /*01h */
1951 u8 cmd_status; /*02h */
1952 u8 connection_status; /*03h */
1954 u8 reserved_2[3]; /*04h */
1955 u8 sge_count; /*07h */
1957 __le32 context; /*08h */
1958 __le32 pad_0; /*0Ch */
1960 __le16 flags; /*10h */
1961 __le16 timeout; /*12h */
1963 __le32 data_xfer_len; /*14h */
1964 __le64 sas_addr; /*18h */
1966 union {
1969 } sgl;