Lines Matching refs:pAddr
1020 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt()
1022 slot->SG[1].pAddr = 0; in process_script_interrupt()
1255 …)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr); in process_script_interrupt()
1620 __u32 pAddr; in NCR_700_intr() local
1628 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr); in NCR_700_intr()
1629 pAddr += (count - data_transfer); in NCR_700_intr()
1631 if(pAddr != naddr) { in NCR_700_intr()
1632 …data_transfer=%d, residual=%d\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)na… in NCR_700_intr()
1635 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()
1640 slot->SG[i].pAddr = 0; in NCR_700_intr()
1890 slot->SG[i].pAddr = bS_to_host(vPtr); in NCR_700_queuecommand_lck()
1893 slot->SG[i].pAddr = 0; in NCR_700_queuecommand_lck()