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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c258 void *ScatterGatherCPU = NULL; local
327 ScatterGatherCPU = pci_pool_alloc(ScatterGatherPool, GFP_ATOMIC,
329 if (ScatterGatherCPU == NULL)
336 pci_pool_free(ScatterGatherPool, ScatterGatherCPU,
345 (DAC960_V1_ScatterGatherSegment_T *)ScatterGatherCPU;
350 (DAC960_V2_ScatterGatherSegment_T *)ScatterGatherCPU;
371 void *ScatterGatherCPU; local
390 ScatterGatherCPU = (void *)Command->V1.ScatterGatherList;
395 ScatterGatherCPU = (void *)Command->V2.ScatterGatherList;
400 if (ScatterGatherCPU !
[all...]

Completed in 100 milliseconds