Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhptiop.c1289 void *start_virt; in hptiop_probe() local
1431 start_virt = dma_alloc_coherent(&pcidev->dev, in hptiop_probe()
1435 if (!start_virt) { in hptiop_probe()
1441 hba->dma_coherent = start_virt; in hptiop_probe()
1447 start_virt += offset; in hptiop_probe()
1453 hba->reqs[i].req_virt = start_virt; in hptiop_probe()
1457 start_virt = (char *)start_virt + hba->req_size; in hptiop_probe()