Home
last modified time | relevance | path

Searched refs:scsi_eh_prep_cmnd (Results 1 – 6 of 6) sorted by relevance

/linux/include/scsi/
H A Dscsi_eh.h52 extern void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd,
/linux/drivers/usb/storage/
H A Dcypress_atacb.c172 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sizeof(regs)); in cypress_atacb_passthrough()
H A Dtransport.c719 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sense_size); in usb_stor_invoke_transport()
/linux/drivers/scsi/
H A Dscsi_error.c1071 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd() function
1147 EXPORT_SYMBOL(scsi_eh_prep_cmnd);
1208 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
H A DNCR5380.c660 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in dequeue_next_cmd()
/linux/drivers/scsi/arm/
H A Dfas216.c2112 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0); in fas216_std_done()