Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Da100u2w.c447 dma_addr_t escb_phys; in setup_SCBs() local
461 escb_phys = (host->escb_phys + (sizeof(struct orc_extended_scb) * i)); in setup_SCBs()
462 scb->sg_addr = cpu_to_le32((u32) escb_phys); in setup_SCBs()
463 scb->sense_addr = cpu_to_le32((u32) escb_phys); in setup_SCBs()
1136 host->escb_virt = pci_zalloc_consistent(pdev, sz, &host->escb_phys); in inia100_probe_one()
1182 host->escb_virt, host->escb_phys); in inia100_probe_one()
1205 host->escb_virt, host->escb_phys); in inia100_remove_one()
Da100u2w.h239 dma_addr_t escb_phys; /* scatter list Physical address */ member