Searched refs:ScatterGatherCPU (Results 1 – 1 of 1) sorted by relevance
269 void *ScatterGatherCPU = NULL; in DAC960_CreateAuxiliaryStructures() local338 ScatterGatherCPU = pci_pool_alloc(ScatterGatherPool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()340 if (ScatterGatherCPU == NULL) in DAC960_CreateAuxiliaryStructures()347 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, in DAC960_CreateAuxiliaryStructures()356 (DAC960_V1_ScatterGatherSegment_T *)ScatterGatherCPU; in DAC960_CreateAuxiliaryStructures()362 (DAC960_V2_ScatterGatherSegment_T *)ScatterGatherCPU; in DAC960_CreateAuxiliaryStructures()384 void *ScatterGatherCPU; in DAC960_DestroyAuxiliaryStructures() local403 ScatterGatherCPU = (void *)Command->V1.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()408 ScatterGatherCPU = (void *)Command->V2.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()413 if (ScatterGatherCPU != NULL) in DAC960_DestroyAuxiliaryStructures()[all …]