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