Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Da100u2w.c458 escb = host->escb_virt; in setup_SCBs()
1136 host->escb_virt = pci_zalloc_consistent(pdev, sz, &host->escb_phys); in inia100_probe_one()
1137 if (!host->escb_virt) { 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.h238 struct orc_extended_scb *escb_virt; /* Virtual pointer to ESCB Scatter list */ member