Lines Matching refs:resume_offset

564 	slot->resume_offset = 0;  in free_slot()
584 slot->resume_offset = dsp; in save_for_reselection()
797 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message() local
841 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
851 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
867 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
870 return resume_offset; in process_extended_message()
878 __u32 temp = dsp + 8, resume_offset = dsp; in process_message() local
896 resume_offset = process_extended_message(host, hostdata, SCp, in process_message()
951 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
958 return resume_offset; in process_message()
966 __u32 resume_offset = 0; in process_script_interrupt() local
1036 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1154 resume_offset = slot->resume_offset; in process_script_interrupt()
1215 …ffset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset); in process_script_interrupt()
1245 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1247 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1255 resume_offset = process_message(host, hostdata, SCp, in process_script_interrupt()
1274 resume_offset = dsp; in process_script_interrupt()
1280 return resume_offset; in process_script_interrupt()
1295 __u32 resume_offset = 0; in process_selection() local
1324 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1361 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1363 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1365 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1367 return resume_offset; in process_selection()
1467 if(slot->resume_offset == 0) in NCR_700_start_command()
1468 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1479 NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG); in NCR_700_start_command()
1491 __u32 resume_offset = 0; in NCR_700_intr() local
1600 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1649 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1670 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1705 resume_offset = process_selection(host, dsp); in NCR_700_intr()
1711 if(resume_offset) { in NCR_700_intr()
1714 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()
1718 DEBUG(("Attempting to resume at %x\n", resume_offset)); in NCR_700_intr()
1720 NCR_700_writel(resume_offset, host, DSP_REG); in NCR_700_intr()
1897 slot->resume_offset = 0; in NCR_700_queuecommand_lck()