Lines Matching defs:megasas_dcmd_frame
1896 struct megasas_dcmd_frame { struct
1898 u8 cmd; /*00h */
1899 u8 reserved_0; /*01h */
1900 u8 cmd_status; /*02h */
1901 u8 reserved_1[4]; /*03h */
1902 u8 sge_count; /*07h */
1904 __le32 context; /*08h */
1905 __le32 pad_0; /*0Ch */
1907 __le16 flags; /*10h */
1908 __le16 timeout; /*12h */
1910 __le32 data_xfer_len; /*14h */
1911 __le32 opcode; /*18h */
1913 union { /*1Ch */
1917 } mbox;
1919 union megasas_sgl sgl; /*28h */