Lines Matching refs:dsp
563 struct scsi_cmnd *SCp, __u32 dsp) in save_for_reselection() argument
570 slot->resume_offset = dsp; in save_for_reselection()
781 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument
783 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message()
863 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument
866 __u32 temp = dsp + 8, resume_offset = dsp; in process_message()
885 dsp, dsps); in process_message()
951 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument
1088 save_for_reselection(hostdata, SCp, dsp); in process_script_interrupt()
1192 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1246 dsp, dsps); in process_script_interrupt()
1251 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1263 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1264 resume_offset = dsp; in process_script_interrupt()
1267 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1281 process_selection(struct Scsi_Host *host, __u32 dsp) in process_selection() argument
1314 …md %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScri… in process_selection()
1316 switch(dsp - hostdata->pScript) { in process_selection()
1335 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata); in process_selection()
1501 __u32 dsp; in NCR_700_intr() local
1522 dsp = NCR_700_readl(host, DSP_REG); in NCR_700_intr()
1526 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1527 dsp, dsps)); in NCR_700_intr()
1541 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1590 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1599 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1600 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1602 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1653 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1668 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1673 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1703 resume_offset = process_selection(host, dsp); in NCR_700_intr()