Searched refs:ses (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/ |
D | scsi_error.c | 691 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 …]
|
D | aha1740.h | 109 :2, ses:1, /* Suppress Underrun error */
|
D | NCR5380.h | 289 struct scsi_eh_save ses; member
|
D | NCR5380.c | 2276 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);
|
D | sun3_NCR5380.c | 2181 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()
|
D | atari_NCR5380.c | 2218 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()
|
D | Makefile | 157 obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o
|
D | aha1740.c | 421 host->ecb[ecbno].ses = 1; /* Suppress underrun errors */ in aha1740_queuecommand_lck()
|
D | aha152x.c | 571 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/ |
D | cypress_atacb.c | 172 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()
|
D | transport.c | 691 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/ |
D | transport.c | 351 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/ |
D | fas216.h | 312 struct scsi_eh_save ses; /* holds request sense restore info */ member
|
D | fas216.c | 2021 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()
|