Lines Matching refs:dsp
564 struct scsi_cmnd *SCp, __u32 dsp) in save_for_reselection() argument
571 slot->resume_offset = dsp; in save_for_reselection()
782 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument
784 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message()
864 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument
867 __u32 temp = dsp + 8, resume_offset = dsp; in process_message()
886 dsp, dsps); in process_message()
952 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument
1089 save_for_reselection(hostdata, SCp, dsp); in process_script_interrupt()
1189 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1243 dsp, dsps); in process_script_interrupt()
1248 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1260 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1261 resume_offset = dsp; in process_script_interrupt()
1264 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1278 process_selection(struct Scsi_Host *host, __u32 dsp) in process_selection() argument
1311 …md %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScri… in process_selection()
1313 switch(dsp - hostdata->pScript) { in process_selection()
1332 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata); in process_selection()
1498 __u32 dsp; in NCR_700_intr() local
1519 dsp = NCR_700_readl(host, DSP_REG); in NCR_700_intr()
1523 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1524 dsp, dsps)); in NCR_700_intr()
1538 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1587 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1596 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1597 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1599 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1650 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1665 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1670 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1700 resume_offset = process_selection(host, dsp); in NCR_700_intr()