Searched refs:ScatterGatherPool (Results 1 – 2 of 2) sorted by relevance
271 struct pci_pool *ScatterGatherPool; in DAC960_CreateAuxiliaryStructures() local280 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 …]
2319 struct pci_pool *ScatterGatherPool; member