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