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

/linux-4.4.14/drivers/block/
H A DDAC960.c271 struct pci_pool *ScatterGatherPool; DAC960_CreateAuxiliaryStructures() local
280 ScatterGatherPool = pci_pool_create("DAC960_V1_ScatterGather", DAC960_CreateAuxiliaryStructures()
284 if (ScatterGatherPool == NULL) DAC960_CreateAuxiliaryStructures()
287 Controller->ScatterGatherPool = ScatterGatherPool; DAC960_CreateAuxiliaryStructures()
293 ScatterGatherPool = pci_pool_create("DAC960_V2_ScatterGather", DAC960_CreateAuxiliaryStructures()
297 if (ScatterGatherPool == NULL) DAC960_CreateAuxiliaryStructures()
304 pci_pool_destroy(ScatterGatherPool); DAC960_CreateAuxiliaryStructures()
308 Controller->ScatterGatherPool = ScatterGatherPool; DAC960_CreateAuxiliaryStructures()
338 ScatterGatherCPU = pci_pool_alloc(ScatterGatherPool, GFP_ATOMIC, DAC960_CreateAuxiliaryStructures()
347 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, DAC960_CreateAuxiliaryStructures()
382 struct pci_pool *ScatterGatherPool = Controller->ScatterGatherPool; DAC960_DestroyAuxiliaryStructures() local
414 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, ScatterGatherDMA); DAC960_DestroyAuxiliaryStructures()
440 if (ScatterGatherPool != NULL) DAC960_DestroyAuxiliaryStructures()
441 pci_pool_destroy(ScatterGatherPool); DAC960_DestroyAuxiliaryStructures()
H A DDAC960.h2319 struct pci_pool *ScatterGatherPool; member in struct:DAC960_Controller

Completed in 151 milliseconds