Searched refs:scsi_eh_prep_cmnd (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/scsi/ |
D | scsi_eh.h | 80 extern void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd,
|
/linux-4.1.27/drivers/usb/storage/ |
D | cypress_atacb.c | 179 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()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_error.c | 910 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd() function 971 EXPORT_SYMBOL(scsi_eh_prep_cmnd); 1022 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
|
D | NCR5380.c | 2196 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
|
D | atari_NCR5380.c | 2225 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in NCR5380_information_transfer()
|
D | aha152x.c | 1451 scsi_eh_prep_cmnd(ptr, &sc->ses, NULL, 0, ~0); in busfree_run()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | fas216.c | 2105 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0); in fas216_std_done()
|