Home
last modified time | relevance | path

Searched defs:fit_comp_error_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd_s1120.h289 struct fit_comp_error_info { struct
290 uint8_t type : 7; /* 00: Bits0-6 indicates the type of sense data. */
291 uint8_t valid : 1; /* 00: Bit 7 := 1 ==> info field is valid. */
292 uint8_t reserved0; /* 01: Obsolete field */
293 uint8_t key : 4; /* 02: Bits0-3 indicate the sense key. */
294 uint8_t reserved2 : 1; /* 02: Reserved bit. */
295 uint8_t bad_length : 1; /* 02: Incorrect Length Indicator */
296 uint8_t end_medium : 1; /* 02: End of Medium */
297 uint8_t file_mark : 1; /* 02: Filemark */
298 uint8_t info[4]; /* 03: */
[all …]