• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:resume_offset

553 	slot->resume_offset = 0;
573 slot->resume_offset = dsp;
791 __u32 resume_offset = dsp, temp = dsp + 8;
835 resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
846 resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
863 resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
866 return resume_offset;
874 __u32 temp = dsp + 8, resume_offset = dsp;
892 resume_offset = process_extended_message(host, hostdata, SCp,
946 resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
953 return resume_offset;
961 __u32 resume_offset = 0;
1031 slot->resume_offset = hostdata->pScript;
1145 resume_offset = slot->resume_offset;
1205 printk(KERN_INFO "IDENTIFIED SG segment as being %08x in slot %p, cmd %p, slot->resume_offset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset);
1236 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag;
1238 resume_offset = hostdata->pScript + Ent_GetReselectionData;
1246 resume_offset = process_message(host, hostdata, SCp,
1265 resume_offset = dsp;
1271 return resume_offset;
1286 __u32 resume_offset = 0;
1315 DEBUG((" ID %d WARNING: RESELECTION OF BUSY HOST, saving cmd %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset));
1353 resume_offset = hostdata->pScript + Ent_SelectedAsTarget;
1355 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag;
1357 resume_offset = hostdata->pScript + Ent_GetReselectionData;
1359 return resume_offset;
1461 if(slot->resume_offset == 0)
1462 slot->resume_offset = hostdata->pScript;
1474 NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG);
1486 __u32 resume_offset = 0;
1598 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch;
1647 resume_offset = hostdata->pScript + Ent_MsgInDuringData;
1668 resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata);
1689 resume_offset = process_selection(host, dsp);
1695 if(resume_offset) {
1698 host->host_no, resume_offset, resume_offset - hostdata->pScript);
1702 DEBUG(("Attempting to resume at %x\n", resume_offset));
1704 NCR_700_writel(resume_offset, host, DSP_REG);
1879 slot->resume_offset = 0;