Home
last modified time | relevance | path

Searched refs:scsi_sense_desc_find (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_common.c184 * scsi_sense_desc_find - search for a given descriptor type in descriptor sense data format.
196 const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len, in scsi_sense_desc_find() function
220 EXPORT_SYMBOL(scsi_sense_desc_find); variable
266 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 0); in scsi_set_sense_information()
316 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 2); in scsi_set_sense_field_pointer()
H A Dscsi_error.c2471 ucp = scsi_sense_desc_find(sense_buffer, sb_len, in scsi_get_sense_info_fld()
H A Dst.c354 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_common.c235 * scsi_sense_desc_find - search for a given descriptor type in descriptor sense data format.
247 const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len, in scsi_sense_desc_find() function
271 EXPORT_SYMBOL(scsi_sense_desc_find); variable
317 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 0); in scsi_set_sense_information()
367 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 2); in scsi_set_sense_field_pointer()
H A Dscsi_error.c2566 ucp = scsi_sense_desc_find(sense_buffer, sb_len, in scsi_get_sense_info_fld()
H A Dst.c350 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_common.h75 extern const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len,
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_common.h88 extern const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len,
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dtransport.c809 scdd = scsi_sense_desc_find(srb->sense_buffer, in usb_stor_invoke_transport()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dtransport.c814 scdd = scsi_sense_desc_find(srb->sense_buffer, in usb_stor_invoke_transport()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c886 desc = (char *)scsi_sense_desc_find(sb, len + 8, 9); in ata_gen_passthru_sense()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-scsi.c885 desc = (char *)scsi_sense_desc_find(sb, len + 8, 9); in ata_gen_passthru_sense()

Completed in 32 milliseconds