Home
last modified time | relevance | path

Searched refs:ses (Results 1 – 14 of 14) sorted by relevance

/drivers/scsi/
Dscsi_error.c691 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd() argument
703 ses->cmd_len = scmd->cmd_len; in scsi_eh_prep_cmnd()
704 ses->cmnd = scmd->cmnd; in scsi_eh_prep_cmnd()
705 ses->data_direction = scmd->sc_data_direction; in scsi_eh_prep_cmnd()
706 ses->sdb = scmd->sdb; in scsi_eh_prep_cmnd()
707 ses->next_rq = scmd->request->next_rq; in scsi_eh_prep_cmnd()
708 ses->result = scmd->result; in scsi_eh_prep_cmnd()
709 ses->underflow = scmd->underflow; in scsi_eh_prep_cmnd()
710 ses->prot_op = scmd->prot_op; in scsi_eh_prep_cmnd()
713 scmd->cmnd = ses->eh_cmnd; in scsi_eh_prep_cmnd()
[all …]
Daha1740.h109 :2, ses:1, /* Suppress Underrun error */
DNCR5380.h289 struct scsi_eh_save ses; member
DNCR5380.c2276 hostdata->ses.cmd_len) {
2277 scsi_eh_restore_cmnd(cmd, &hostdata->ses);
2278 hostdata->ses.cmd_len = 0 ;
2282 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
Dsun3_NCR5380.c2181 hostdata->ses.cmd_len) { in NCR5380_information_transfer()
2182 scsi_eh_restore_cmnd(cmd, &hostdata->ses); in NCR5380_information_transfer()
2183 hostdata->ses.cmd_len = 0 ; in NCR5380_information_transfer()
2188 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in NCR5380_information_transfer()
Datari_NCR5380.c2218 hostdata->ses.cmd_len) { in NCR5380_information_transfer()
2219 scsi_eh_restore_cmnd(cmd, &hostdata->ses); in NCR5380_information_transfer()
2220 hostdata->ses.cmd_len = 0 ; in NCR5380_information_transfer()
2225 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0); in NCR5380_information_transfer()
DMakefile157 obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o
Daha1740.c421 host->ecb[ecbno].ses = 1; /* Suppress underrun errors */ in aha1740_queuecommand_lck()
Daha152x.c571 struct scsi_eh_save ses; member
1563 scsi_eh_restore_cmnd(cmd, &sc->ses); in busfree_run()
1589 scsi_eh_prep_cmnd(ptr, &sc->ses, NULL, 0, ~0); in busfree_run()
/drivers/usb/storage/
Dcypress_atacb.c172 struct scsi_eh_save ses; in cypress_atacb_passthrough() local
180 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sizeof(regs)); in cypress_atacb_passthrough()
187 srb->cmnd = ses.cmnd; in cypress_atacb_passthrough()
193 scsi_eh_restore_cmnd(srb, &ses); in cypress_atacb_passthrough()
Dtransport.c691 struct scsi_eh_save ses; in usb_stor_invoke_transport() local
703 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sense_size); in usb_stor_invoke_transport()
717 scsi_eh_restore_cmnd(srb, &ses); in usb_stor_invoke_transport()
/drivers/staging/keucr/
Dtransport.c351 struct scsi_eh_save ses; in usb_stor_invoke_transport() local
355 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, US_SENSE_SIZE); in usb_stor_invoke_transport()
370 scsi_eh_restore_cmnd(srb, &ses); in usb_stor_invoke_transport()
/drivers/scsi/arm/
Dfas216.h312 struct scsi_eh_save ses; /* holds request sense restore info */ member
Dfas216.c2021 scsi_eh_restore_cmnd(SCpnt, &info->ses); in fas216_rq_sns_done()
2107 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0); in fas216_std_done()