Searched defs:mfi_header (Results 1 – 1 of 1) sorted by relevance
314 struct mfi_header { struct315 uint8_t mh_cmd; /* 0x00 */316 uint8_t mh_sense_len; /* 0x01 */317 uint8_t mh_cmd_status; /* 0x02 */318 uint8_t mh_scsi_status; /* 0x03 */320 union {333 uint32_t mh_context; /* 0x08 */334 uint32_t mh_pad_0; /* 0x0c */336 uint16_t mh_flags; /* 0x10 */337 uint16_t mh_timeout; /* 0x12 */[all …]