Lines Matching defs:megasas_smp_frame
1402 struct megasas_smp_frame { struct
1404 u8 cmd; /*00h */
1405 u8 reserved_1; /*01h */
1406 u8 cmd_status; /*02h */
1407 u8 connection_status; /*03h */
1409 u8 reserved_2[3]; /*04h */
1410 u8 sge_count; /*07h */
1412 u32 context; /*08h */
1413 u32 pad_0; /*0Ch */
1415 u16 flags; /*10h */
1416 u16 timeout; /*12h */
1418 u32 data_xfer_len; /*14h */
1419 u64 sas_addr; /*18h */
1421 union {
1424 } sgl;