Home
last modified time | relevance | path

Searched refs:sense_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/scsi/
H A Dscsi_eh.h48 int cmnd_size, unsigned sense_bytes);
/linux-6.15/drivers/scsi/
H A Dscsi_error.c1059 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument
1087 if (sense_bytes) { in scsi_eh_prep_cmnd()
1089 sense_bytes); in scsi_eh_prep_cmnd()
1160 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument
1171 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()