Searched refs:escb_phys (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Da100u2w.c447 dma_addr_t escb_phys; local
461 escb_phys = (host->escb_phys + (sizeof(struct orc_extended_scb) * i));
462 scb->sg_addr = cpu_to_le32((u32) escb_phys);
463 scb->sense_addr = cpu_to_le32((u32) escb_phys);
1130 host->escb_virt = dma_alloc_coherent(&pdev->dev, sz, &host->escb_phys,
1175 host->escb_virt, host->escb_phys);
1200 host->escb_virt, host->escb_phys);
H A Da100u2w.h239 dma_addr_t escb_phys; /* scatter list Physical address */ member in struct:orc_host

Completed in 111 milliseconds