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

/drivers/scsi/
H A Dscsi_error.c669 * @ses: structure to save restore information
680 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, argument
692 ses->cmd_len = scmd->cmd_len;
693 ses->cmnd = scmd->cmnd;
694 ses->data_direction = scmd->sc_data_direction;
695 ses->sdb = scmd->sdb;
696 ses->next_rq = scmd->request->next_rq;
697 ses->result = scmd->result;
698 ses->underflow = scmd->underflow;
699 ses
748 scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses) argument
786 struct scsi_eh_save ses; local
[all...]
H A Daha1740.h109 :2, ses:1, /* Suppress Underrun error */ member in struct:ecb
H A DNCR5380.h289 struct scsi_eh_save ses; member in struct:NCR5380_hostdata
H A DMakefile157 obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o
H A DNCR5380.c2283 hostdata->ses.cmd_len) {
2284 scsi_eh_restore_cmnd(cmd, &hostdata->ses);
2285 hostdata->ses.cmd_len = 0 ;
2289 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
H A Datari_NCR5380.c2243 hostdata->ses.cmd_len) {
2244 scsi_eh_restore_cmnd(cmd, &hostdata->ses);
2245 hostdata->ses.cmd_len = 0 ;
2250 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
H A Dsun3_NCR5380.c2208 hostdata->ses.cmd_len) {
2209 scsi_eh_restore_cmnd(cmd, &hostdata->ses);
2210 hostdata->ses.cmd_len = 0 ;
2215 scsi_eh_prep_cmnd(cmd, &hostdata->ses, NULL, 0, ~0);
H A Daha1740.c440 host->ecb[ecbno].ses = 1; /* Suppress underrun errors */
H A Daha152x.c571 struct scsi_eh_save ses; member in struct:aha152x_scdata
1563 scsi_eh_restore_cmnd(cmd, &sc->ses);
1589 scsi_eh_prep_cmnd(ptr, &sc->ses, NULL, 0, ~0);
/drivers/usb/storage/
H A Dcypress_atacb.c172 struct scsi_eh_save ses; local
180 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sizeof(regs));
187 srb->cmnd = ses.cmnd;
193 scsi_eh_restore_cmnd(srb, &ses);
H A Dtransport.c693 struct scsi_eh_save ses; local
705 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, sense_size);
719 scsi_eh_restore_cmnd(srb, &ses);
/drivers/staging/keucr/
H A Dtransport.c351 struct scsi_eh_save ses; local
355 scsi_eh_prep_cmnd(srb, &ses, NULL, 0, US_SENSE_SIZE);
370 scsi_eh_restore_cmnd(srb, &ses);
/drivers/scsi/arm/
H A Dfas216.h312 struct scsi_eh_save ses; /* holds request sense restore info */ member in struct:__anon4145
H A Dfas216.c2021 scsi_eh_restore_cmnd(SCpnt, &info->ses);
2107 scsi_eh_prep_cmnd(SCpnt, &info->ses, NULL, 0, ~0);

Completed in 197 milliseconds