Lines Matching refs:pAddr
1007 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt()
1009 slot->SG[1].pAddr = 0; in process_script_interrupt()
1242 …)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr); in process_script_interrupt()
1607 __u32 pAddr; in NCR_700_intr() local
1615 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr); in NCR_700_intr()
1616 pAddr += (count - data_transfer); in NCR_700_intr()
1618 if(pAddr != naddr) { in NCR_700_intr()
1619 …data_transfer=%d, residual=%d\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)na… in NCR_700_intr()
1622 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()
1627 slot->SG[i].pAddr = 0; in NCR_700_intr()
1877 slot->SG[i].pAddr = bS_to_host(vPtr); in NCR_700_queuecommand_lck()
1880 slot->SG[i].pAddr = 0; in NCR_700_queuecommand_lck()