Searched refs:sense_bytes (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/scsi/ |
H A D | scsi_eh.h | 48 int cmnd_size, unsigned sense_bytes);
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_error.c | 1039 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument 1067 if (sense_bytes) { in scsi_eh_prep_cmnd() 1069 sense_bytes); in scsi_eh_prep_cmnd() 1140 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument 1151 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|