Home
last modified time | relevance | path

Searched refs:scsi_eh_prep_cmnd (Results 1 – 4 of 4) 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()