Searched refs:sense_bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/scsi/ |
D | scsi_eh.h | 48 int cmnd_size, unsigned sense_bytes);
|
/Linux-v6.1/drivers/scsi/ |
D | scsi_error.c | 1002 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument 1030 if (sense_bytes) { in scsi_eh_prep_cmnd() 1032 sense_bytes); in scsi_eh_prep_cmnd() 1103 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument 1114 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|