Lines Matching refs:resume_offset

551 	slot->resume_offset = 0;  in free_slot()
571 slot->resume_offset = dsp; in save_for_reselection()
784 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message() local
828 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
839 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
856 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
859 return resume_offset; in process_extended_message()
867 __u32 temp = dsp + 8, resume_offset = dsp; in process_message() local
885 resume_offset = process_extended_message(host, hostdata, SCp, in process_message()
941 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
948 return resume_offset; in process_message()
956 __u32 resume_offset = 0; in process_script_interrupt() local
1026 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1140 resume_offset = slot->resume_offset; in process_script_interrupt()
1201 …ffset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset); in process_script_interrupt()
1232 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1234 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1242 resume_offset = process_message(host, hostdata, SCp, in process_script_interrupt()
1261 resume_offset = dsp; in process_script_interrupt()
1267 return resume_offset; in process_script_interrupt()
1282 __u32 resume_offset = 0; in process_selection() local
1311 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1349 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1351 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1353 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1355 return resume_offset; in process_selection()
1458 if(slot->resume_offset == 0) in NCR_700_start_command()
1459 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1471 NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG); in NCR_700_start_command()
1483 __u32 resume_offset = 0; in NCR_700_intr() local
1595 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1644 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1665 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1700 resume_offset = process_selection(host, dsp); in NCR_700_intr()
1706 if(resume_offset) { in NCR_700_intr()
1709 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()
1713 DEBUG(("Attempting to resume at %x\n", resume_offset)); in NCR_700_intr()
1715 NCR_700_writel(resume_offset, host, DSP_REG); in NCR_700_intr()
1896 slot->resume_offset = 0; in NCR_700_queuecommand_lck()