Searched refs:scb_virt (Results 1 – 2 of 2) sorted by relevance
457 scb = host->scb_virt; in setup_SCBs()608 host_scb = host->scb_virt; in orc_device_reset()681 return host->scb_virt + idx; in __orc_alloc_scb()771 scb = host->scb_virt; in inia100_abort_cmd()825 …scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb)… in orc_interrupt()1121 host->scb_virt = dma_alloc_coherent(&pdev->dev, sz, &host->scb_phys, in inia100_probe_one()1123 if (!host->scb_virt) { in inia100_probe_one()1179 host->scb_virt, host->scb_phys); in inia100_probe_one()1203 host->scb_virt, host->scb_phys); in inia100_remove_one()
236 struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */ member