Lines Matching defs:megasas_smp_frame
1445 struct megasas_smp_frame { struct
1447 u8 cmd; /*00h */
1448 u8 reserved_1; /*01h */
1449 u8 cmd_status; /*02h */
1450 u8 connection_status; /*03h */
1452 u8 reserved_2[3]; /*04h */
1453 u8 sge_count; /*07h */
1455 __le32 context; /*08h */
1456 __le32 pad_0; /*0Ch */
1458 __le16 flags; /*10h */
1459 __le16 timeout; /*12h */
1461 __le32 data_xfer_len; /*14h */
1462 __le64 sas_addr; /*18h */
1464 union {
1467 } sgl;