Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_structures.h869 struct sense_header_scsi { /* See SPC-3 section 4.5 */ struct
870 uint8_t response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */
871 uint8_t sense_key;
872 uint8_t asc;
873 uint8_t ascq;
874 uint8_t byte4;
875 uint8_t byte5;
876 uint8_t byte6;
877 uint8_t additional_length; /* always 0 for fixed sense format */