Lines Matching refs:resume_offset

535 	slot->resume_offset = 0;  in free_slot()
555 slot->resume_offset = dsp; in save_for_reselection()
768 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message() local
812 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
823 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
840 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
843 return resume_offset; in process_extended_message()
851 __u32 temp = dsp + 8, resume_offset = dsp; in process_message() local
869 resume_offset = process_extended_message(host, hostdata, SCp, in process_message()
925 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
932 return resume_offset; in process_message()
940 __u32 resume_offset = 0; in process_script_interrupt() local
1010 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1128 resume_offset = slot->resume_offset; in process_script_interrupt()
1189 …ffset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset); in process_script_interrupt()
1220 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1222 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1230 resume_offset = process_message(host, hostdata, SCp, in process_script_interrupt()
1249 resume_offset = dsp; in process_script_interrupt()
1255 return resume_offset; in process_script_interrupt()
1270 __u32 resume_offset = 0; in process_selection() local
1299 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1337 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1339 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1341 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1343 return resume_offset; in process_selection()
1446 if(slot->resume_offset == 0) in NCR_700_start_command()
1447 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1459 NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG); in NCR_700_start_command()
1471 __u32 resume_offset = 0; in NCR_700_intr() local
1583 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1632 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1653 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1688 resume_offset = process_selection(host, dsp); in NCR_700_intr()
1694 if(resume_offset) { in NCR_700_intr()
1697 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()
1701 DEBUG(("Attempting to resume at %x\n", resume_offset)); in NCR_700_intr()
1703 NCR_700_writel(resume_offset, host, DSP_REG); in NCR_700_intr()
1886 slot->resume_offset = 0; in NCR_700_queuecommand_lck()