Searched defs:_ErrorInfo_t (Results 1 – 1 of 1) sorted by relevance
222 typedef struct _ErrorInfo_t { struct223 uint8_t ScsiStatus;224 uint8_t SenseLen;225 uint16_t CommandStatus;226 uint32_t ResidualCnt;227 MoreErrInfo_t MoreErrInfo;228 uint8_t SenseInfo[CISS_SENSEINFOBYTES]; /* 256 + 24 = 280 */