Lines Matching defs:dsp
577 struct scsi_cmnd *SCp, __u32 dsp)
584 slot->resume_offset = dsp;
795 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
797 __u32 resume_offset = dsp, temp = dsp + 8;
875 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
878 __u32 temp = dsp + 8, resume_offset = dsp;
897 dsp, dsps);
962 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp,
1099 save_for_reselection(hostdata, SCp, dsp);
1202 printk(KERN_INFO "scsi%d: (%d:%d) RESELECTION DURING SELECTION, dsp=%08x[%04x] state=%d, count=%d\n",
1203 host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->command_slot_count);
1256 dsp, dsps);
1261 NCR_700_phase[j], dsp - hostdata->pScript);
1273 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript);
1274 resume_offset = dsp;
1277 host->host_no, pun, lun, dsps, dsp - hostdata->pScript);
1291 process_selection(struct Scsi_Host *host, __u32 dsp)
1324 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));
1326 switch(dsp - hostdata->pScript) {
1345 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata);
1506 __u32 dsp;
1524 dsp = NCR_700_readl(host, DSP_REG);
1526 DEBUG(("scsi%d: istat %02x sstat0 %02x dstat %02x dsp %04x[%08x] dsps 0x%x\n",
1528 (dsp - (__u32)(hostdata->pScript))/4,
1529 dsp, dsps));
1542 printk(KERN_ERR "scsi%d: Bus Reset detected, executing command %p, slot %p, dsp %08x[%04x]\n",
1543 host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript);
1592 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) {
1601 } else if (slot && dsp >= to32bit(&slot->pSG[0].ins) &&
1602 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
1604 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);
1655 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl));
1670 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata);
1675 dsp, dsp - hostdata->pScript);
1705 resume_offset = process_selection(host, dsp);