Lines Matching refs:pAddr
1034 slot->SG[0].pAddr = bS_to_host(slot->dma_handle);
1036 slot->SG[1].pAddr = 0;
1268 printk(KERN_INFO " SG[%d].length = %d, move_insn=%08x, addr %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr);
1626 __u32 pAddr;
1634 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr);
1635 pAddr += (count - data_transfer);
1637 if(pAddr != naddr) {
1638 printk("scsi%d (%d:%d) transfer mismatch pAddr=%lx, naddr=%lx, data_transfer=%d, residual=%d\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)naddr, data_transfer, residual);
1641 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1646 slot->SG[i].pAddr = 0;
1894 slot->SG[i].pAddr = bS_to_host(vPtr);
1897 slot->SG[i].pAddr = 0;