Lines Matching defs:dsp
578 struct scsi_cmnd *SCp, __u32 dsp)
585 slot->resume_offset = dsp;
796 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
798 __u32 resume_offset = dsp, temp = dsp + 8;
876 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
879 __u32 temp = dsp + 8, resume_offset = dsp;
898 dsp, dsps);
963 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp,
1100 save_for_reselection(hostdata, SCp, dsp);
1203 printk(KERN_INFO "scsi%d: (%d:%d) RESELECTION DURING SELECTION, dsp=%08x[%04x] state=%d, count=%d\n",
1204 host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->command_slot_count);
1257 dsp, dsps);
1262 NCR_700_phase[j], dsp - hostdata->pScript);
1274 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript);
1275 resume_offset = dsp;
1278 host->host_no, pun, lun, dsps, dsp - hostdata->pScript);
1292 process_selection(struct Scsi_Host *host, __u32 dsp)
1325 DEBUG((" ID %d WARNING: RESELECTION OF BUSY HOST, saving cmd %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset));
1327 switch(dsp - hostdata->pScript) {
1346 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata);
1507 __u32 dsp;
1526 dsp = NCR_700_readl(host, DSP_REG);
1528 DEBUG(("scsi%d: istat %02x sstat0 %02x dstat %02x dsp %04x[%08x] dsps 0x%x\n",
1530 (dsp - (__u32)(hostdata->pScript))/4,
1531 dsp, dsps));
1544 printk(KERN_ERR "scsi%d: Bus Reset detected, executing command %p, slot %p, dsp %08x[%04x]\n",
1545 host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript);
1594 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) {
1603 } else if (slot && dsp >= to32bit(&slot->pSG[0].ins) &&
1604 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
1606 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);
1657 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl));
1672 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata);
1677 dsp, dsp - hostdata->pScript);
1707 resume_offset = process_selection(host, dsp);