Searched defs:mrsas_header (Results 1 – 1 of 1) sorted by relevance
1312 struct mrsas_header { struct1313 uint8_t cmd; /* 00h */1314 uint8_t sense_len; /* 01h */1315 uint8_t cmd_status; /* 02h */1316 uint8_t scsi_status; /* 03h */1318 uint8_t target_id; /* 04h */1319 uint8_t lun; /* 05h */1320 uint8_t cdb_len; /* 06h */1321 uint8_t sge_count; /* 07h */1323 uint32_t context; /* 08h */[all …]