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()1127 host->scb_virt = pci_zalloc_consistent(pdev, sz, &host->scb_phys); in inia100_probe_one()1128 if (!host->scb_virt) { in inia100_probe_one()1184 host->scb_virt, host->scb_phys); in inia100_probe_one()1206 host->scb_virt, host->scb_phys); in inia100_remove_one()
236 struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */ member