Lines Matching defs:megasas_dcmd_frame
1392 struct megasas_dcmd_frame { struct
1394 u8 cmd; /*00h */
1395 u8 reserved_0; /*01h */
1396 u8 cmd_status; /*02h */
1397 u8 reserved_1[4]; /*03h */
1398 u8 sge_count; /*07h */
1400 __le32 context; /*08h */
1401 __le32 pad_0; /*0Ch */
1403 __le16 flags; /*10h */
1404 __le16 timeout; /*12h */
1406 __le32 data_xfer_len; /*14h */
1407 __le32 opcode; /*18h */
1409 union { /*1Ch */
1413 } mbox;
1415 union megasas_sgl sgl; /*28h */