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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da100u2w.c457 scb = host->scb_virt;
606 host_scb = host->scb_virt;
677 return host->scb_virt + idx;
767 scb = host->scb_virt;
821 scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb) * scb_index));
1122 host->scb_virt = pci_alloc_consistent(pdev, sz,
1124 if (!host->scb_virt) {
1128 memset(host->scb_virt, 0, sz);
1183 host->scb_virt, host->scb_phys);
1205 host->scb_virt, hos
[all...]
H A Da100u2w.h231 struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */ member in struct:orc_host

Completed in 111 milliseconds