Lines Matching refs:ScatterGatherPool
271 struct pci_pool *ScatterGatherPool; in DAC960_CreateAuxiliaryStructures() local
280 ScatterGatherPool = pci_pool_create("DAC960_V1_ScatterGather", in DAC960_CreateAuxiliaryStructures()
284 if (ScatterGatherPool == NULL) in DAC960_CreateAuxiliaryStructures()
287 Controller->ScatterGatherPool = ScatterGatherPool; in DAC960_CreateAuxiliaryStructures()
293 ScatterGatherPool = pci_pool_create("DAC960_V2_ScatterGather", in DAC960_CreateAuxiliaryStructures()
297 if (ScatterGatherPool == NULL) in DAC960_CreateAuxiliaryStructures()
304 pci_pool_destroy(ScatterGatherPool); in DAC960_CreateAuxiliaryStructures()
308 Controller->ScatterGatherPool = ScatterGatherPool; in DAC960_CreateAuxiliaryStructures()
338 ScatterGatherCPU = pci_pool_alloc(ScatterGatherPool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()
347 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, in DAC960_CreateAuxiliaryStructures()
382 struct pci_pool *ScatterGatherPool = Controller->ScatterGatherPool; in DAC960_DestroyAuxiliaryStructures() local
414 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, ScatterGatherDMA); in DAC960_DestroyAuxiliaryStructures()
440 if (ScatterGatherPool != NULL) in DAC960_DestroyAuxiliaryStructures()
441 pci_pool_destroy(ScatterGatherPool); in DAC960_DestroyAuxiliaryStructures()