Searched refs:scb_pool (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/scsi/aic94xx/ | 
| D | aic94xx_hwi.h | 217 	struct dma_pool  *scb_pool;  member 348 		dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr,  in asd_ascb_free()
  | 
| D | aic94xx_init.c | 542 	asd_ha->scb_pool = dma_pool_create(ASD_DRIVER_NAME "_scb_pool",  in asd_create_ha_caches() 546 	if (!asd_ha->scb_pool) {  in asd_create_ha_caches() 622 		dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr,  in asd_destroy_ha_caches() 626 	dma_pool_destroy(asd_ha->scb_pool);  in asd_destroy_ha_caches() 627 	asd_ha->scb_pool = NULL;  in asd_destroy_ha_caches()
  | 
| D | aic94xx_hwi.c | 237 	seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL,  in asd_init_scbs() 1058 		ascb->dma_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool,  in asd_ascb_alloc() 1079 	dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr,  in asd_ascb_alloc()
  |