Lines Matching refs:dsp
578 struct scsi_cmnd *SCp, __u32 dsp) in save_for_reselection() argument
585 slot->resume_offset = dsp; in save_for_reselection()
796 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument
798 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message()
876 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument
879 __u32 temp = dsp + 8, resume_offset = dsp; in process_message()
898 dsp, dsps); in process_message()
963 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument
1100 save_for_reselection(hostdata, SCp, dsp); in process_script_interrupt()
1204 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1257 dsp, dsps); in process_script_interrupt()
1262 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1274 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1275 resume_offset = dsp; in process_script_interrupt()
1278 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1292 process_selection(struct Scsi_Host *host, __u32 dsp) in process_selection() argument
1325 …md %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScri… in process_selection()
1327 switch(dsp - hostdata->pScript) { in process_selection()
1346 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata); in process_selection()
1507 __u32 dsp; in NCR_700_intr() local
1526 dsp = NCR_700_readl(host, DSP_REG); in NCR_700_intr()
1530 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1531 dsp, dsps)); in NCR_700_intr()
1545 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1594 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1603 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1604 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1606 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1657 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1672 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1677 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1707 resume_offset = process_selection(host, dsp); in NCR_700_intr()