Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c271 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()
[all …]
DDAC960.h2319 struct pci_pool *ScatterGatherPool; member