Searched refs:scsi_eh_prep_cmnd (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/storage/ |
D | cypress_atacb.c | 180 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sizeof(regs)); in cypress_atacb_passthrough()
|
D | transport.c | 703 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sense_size); in usb_stor_invoke_transport()
|
/drivers/scsi/ |
D | scsi_error.c | 903 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd() function 964 EXPORT_SYMBOL(scsi_eh_prep_cmnd); 1015 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|
D | atari_NCR5380.c | 2219 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in NCR5380_information_transfer()
|
D | sun3_NCR5380.c | 2181 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in NCR5380_information_transfer()
|
D | NCR5380.c | 2274 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
|
D | aha152x.c | 1589 scsi_eh_prep_cmnd(ptr, &sc->ses, NULL, 0, ~0); in busfree_run()
|
/drivers/scsi/arm/ |
D | fas216.c | 2108 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0); in fas216_std_done()
|