Searched refs:scb_virt (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Da100u2w.c457 scb = host->scb_virt;
608 host_scb = host->scb_virt;
681 return host->scb_virt + idx;
771 scb = host->scb_virt;
825 scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb) * scb_index));
1128 host->scb_virt = pci_alloc_consistent(pdev, sz,
1130 if (!host->scb_virt) {
1134 memset(host->scb_virt, 0, sz);
1189 host->scb_virt, host->scb_phys);
1211 host->scb_virt, hos
[all...]
H A Da100u2w.h236 struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */ member in struct:orc_host

Completed in 253 milliseconds