Lines Matching defs:megasas_dcmd_frame
1349 struct megasas_dcmd_frame { struct
1351 u8 cmd; /*00h */
1352 u8 reserved_0; /*01h */
1353 u8 cmd_status; /*02h */
1354 u8 reserved_1[4]; /*03h */
1355 u8 sge_count; /*07h */
1357 u32 context; /*08h */
1358 u32 pad_0; /*0Ch */
1360 u16 flags; /*10h */
1361 u16 timeout; /*12h */
1363 u32 data_xfer_len; /*14h */
1364 u32 opcode; /*18h */
1366 union { /*1Ch */
1370 } mbox;
1372 union megasas_sgl sgl; /*28h */