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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c260 struct pci_pool *ScatterGatherPool; local
269 ScatterGatherPool = pci_pool_create("DAC960_V1_ScatterGather",
273 if (ScatterGatherPool == NULL)
276 Controller->ScatterGatherPool = ScatterGatherPool;
282 ScatterGatherPool = pci_pool_create("DAC960_V2_ScatterGather",
286 if (ScatterGatherPool == NULL)
293 pci_pool_destroy(ScatterGatherPool);
297 Controller->ScatterGatherPool = ScatterGatherPool;
369 struct pci_pool *ScatterGatherPool = Controller->ScatterGatherPool; local
[all...]
H A DDAC960.h2326 struct pci_pool *ScatterGatherPool; member in struct:DAC960_Controller

Completed in 122 milliseconds