Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dscsi_eh.h46 extern void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd,
/linux-6.1.9/drivers/usb/storage/
Dcypress_atacb.c172 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sizeof(regs)); in cypress_atacb_passthrough()
Dtransport.c719 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sense_size); in usb_stor_invoke_transport()
/linux-6.1.9/drivers/scsi/
Dscsi_error.c993 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd() function
1054 EXPORT_SYMBOL(scsi_eh_prep_cmnd);
1106 scsi_eh_prep_cmnd(scmd, &ses, cmnd, cmnd_size, sense_bytes); in scsi_send_eh_cmnd()
DNCR5380.c662 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in dequeue_next_cmd()
Daha152x.c1466 scsi_eh_prep_cmnd(ptr, &sc->ses, NULL, 0, ~0); in busfree_run()
/linux-6.1.9/drivers/scsi/arm/
Dfas216.c2112 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0); in fas216_std_done()