Lines Matching defs:mrsas_dcmd_frame
2667 struct mrsas_dcmd_frame { struct
2668 u_int8_t cmd; /* 00h */
2669 u_int8_t reserved_0; /* 01h */
2670 u_int8_t cmd_status; /* 02h */
2671 u_int8_t reserved_1[4]; /* 03h */
2672 u_int8_t sge_count; /* 07h */
2674 u_int32_t context; /* 08h */
2675 u_int32_t pad_0; /* 0Ch */
2677 u_int16_t flags; /* 10h */
2678 u_int16_t timeout; /* 12h */
2680 u_int32_t data_xfer_len; /* 14h */
2681 u_int32_t opcode; /* 18h */
2683 union { /* 1Ch */
2687 } mbox;
2689 union mrsas_sgl sgl; /* 28h */