• Home
  • Raw
  • Download

Lines Matching refs:resume_offset

565 	slot->resume_offset = 0;  in free_slot()
585 slot->resume_offset = dsp; in save_for_reselection()
798 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message() local
842 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
852 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
868 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
871 return resume_offset; in process_extended_message()
879 __u32 temp = dsp + 8, resume_offset = dsp; in process_message() local
897 resume_offset = process_extended_message(host, hostdata, SCp, in process_message()
952 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
959 return resume_offset; in process_message()
967 __u32 resume_offset = 0; in process_script_interrupt() local
1037 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1155 resume_offset = slot->resume_offset; in process_script_interrupt()
1216 …ffset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset); in process_script_interrupt()
1246 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1248 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1256 resume_offset = process_message(host, hostdata, SCp, in process_script_interrupt()
1275 resume_offset = dsp; in process_script_interrupt()
1281 return resume_offset; in process_script_interrupt()
1296 __u32 resume_offset = 0; in process_selection() local
1325 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1362 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1364 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1366 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1368 return resume_offset; in process_selection()
1468 if(slot->resume_offset == 0) in NCR_700_start_command()
1469 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1480 NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG); in NCR_700_start_command()
1492 __u32 resume_offset = 0; in NCR_700_intr() local
1602 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1651 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1672 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata); in NCR_700_intr()
1707 resume_offset = process_selection(host, dsp); in NCR_700_intr()
1713 if(resume_offset) { in NCR_700_intr()
1716 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()
1720 DEBUG(("Attempting to resume at %x\n", resume_offset)); in NCR_700_intr()
1722 NCR_700_writel(resume_offset, host, DSP_REG); in NCR_700_intr()
1903 slot->resume_offset = 0; in NCR_700_queuecommand_lck()