Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h920 struct sense_header_scsi { /* See SPC-3 section 4.5 */ struct
921 uint8_t response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */
922 uint8_t sense_key;
923 uint8_t asc;
924 uint8_t ascq;
925 uint8_t byte4;
926 uint8_t byte5;
927 uint8_t byte6;
928 uint8_t additional_length; /* always 0 for fixed sense format */