Searched refs:escb_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.c458 escb = host->escb_virt;
1132 host->escb_virt = pci_alloc_consistent(pdev, sz,
1134 if (!host->escb_virt) {
1138 memset(host->escb_virt, 0, sz);
1180 host->escb_virt, host->escb_phys);
1203 host->escb_virt, host->escb_phys);
H A Da100u2w.h233 struct orc_extended_scb *escb_virt; /* Virtual pointer to ESCB Scatter list */ member in struct:orc_host

Completed in 44 milliseconds