Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dskd_s1120.h255 struct fit_comp_error_info { struct
256 uint8_t type:7; /* 00: Bits0-6 indicates the type of sense data. */
257 uint8_t valid:1; /* 00: Bit 7 := 1 ==> info field is valid. */
258 uint8_t reserved0; /* 01: Obsolete field */
259 uint8_t key:4; /* 02: Bits0-3 indicate the sense key. */
260 uint8_t reserved2:1; /* 02: Reserved bit. */
261 uint8_t bad_length:1; /* 02: Incorrect Length Indicator */
262 uint8_t end_medium:1; /* 02: End of Medium */
263 uint8_t file_mark:1; /* 02: Filemark */
264 uint8_t info[4]; /* 03: */
[all …]