Lines Matching refs:dsp

577 		     struct scsi_cmnd *SCp, __u32 dsp)  in save_for_reselection()  argument
584 slot->resume_offset = dsp; in save_for_reselection()
795 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument
797 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message()
875 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument
878 __u32 temp = dsp + 8, resume_offset = dsp; in process_message()
897 dsp, dsps); in process_message()
962 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument
1099 save_for_reselection(hostdata, SCp, dsp); in process_script_interrupt()
1203 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1256 dsp, dsps); in process_script_interrupt()
1261 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1273 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1274 resume_offset = dsp; in process_script_interrupt()
1277 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1291 process_selection(struct Scsi_Host *host, __u32 dsp) in process_selection() argument
1324 …md %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScri… in process_selection()
1326 switch(dsp - hostdata->pScript) { in process_selection()
1345 process_script_interrupt(A_GOOD_STATUS_AFTER_STATUS, dsp, SCp, host, hostdata); in process_selection()
1506 __u32 dsp; in NCR_700_intr() local
1525 dsp = NCR_700_readl(host, DSP_REG); in NCR_700_intr()
1529 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1530 dsp, dsps)); in NCR_700_intr()
1544 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1593 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1602 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1603 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1605 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1656 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1671 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1676 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1706 resume_offset = process_selection(host, dsp); in NCR_700_intr()