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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A DDAC960.c259 dma_addr_t ScatterGatherDMA; local
328 &ScatterGatherDMA);
337 ScatterGatherDMA);
346 Command->V1.ScatterGatherListDMA = ScatterGatherDMA;
351 Command->V2.ScatterGatherListDMA = ScatterGatherDMA;
372 dma_addr_t ScatterGatherDMA; local
391 ScatterGatherDMA = Command->V1.ScatterGatherListDMA;
396 ScatterGatherDMA = Command->V2.ScatterGatherListDMA;
401 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, ScatterGatherDMA);

Completed in 51 milliseconds