Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_eh.h54 int cmnd_size, unsigned sense_bytes);
/linux/drivers/scsi/
H A Dscsi_error.c1092 unsigned char *cmnd, int cmnd_size, unsigned sense_bytes) in scsi_eh_prep_cmnd() argument
1137 BUG_ON(cmnd_size > sizeof(scmd->cmnd)); in scsi_eh_prep_cmnd()
1138 memcpy(scmd->cmnd, cmnd, cmnd_size); in scsi_eh_prep_cmnd()
1217 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument
1228 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()