Lines Matching refs:pAddr
1034 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt()
1036 slot->SG[1].pAddr = 0; in process_script_interrupt()
1268 …)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr); in process_script_interrupt()
1626 __u32 pAddr; in NCR_700_intr() local
1634 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr); in NCR_700_intr()
1635 pAddr += (count - data_transfer); in NCR_700_intr()
1637 if(pAddr != naddr) { in NCR_700_intr()
1638 …data_transfer=%d, residual=%d\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)na… in NCR_700_intr()
1641 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()
1646 slot->SG[i].pAddr = 0; in NCR_700_intr()
1894 slot->SG[i].pAddr = bS_to_host(vPtr); in NCR_700_queuecommand_lck()
1897 slot->SG[i].pAddr = 0; in NCR_700_queuecommand_lck()