Home
last modified time | relevance | path

Searched refs:additional_length (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_common.h71 u8 additional_length; /* always 0 for fixed sense format */ member
/openbmc/linux/drivers/scsi/
H A Dscsi_common.c214 sshdr->additional_length = sense_buffer[7]; in scsi_normalize_sense()
H A Dscsi_error.c584 if ((sshdr.additional_length > 3) && in scsi_check_sense()
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c398 written = MIN(out->additional_length + 8, sz); in multipath_pr_in()
400 stl_be_p(&data[4], out->additional_length); in multipath_pr_in()