Home
last modified time | relevance | path

Searched refs:scb_pool (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_hwi.h217 struct dma_pool *scb_pool; member
348 dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr, in asd_ascb_free()
Daic94xx_init.c549 asd_ha->scb_pool = dma_pool_create(ASD_DRIVER_NAME "_scb_pool", in asd_create_ha_caches()
553 if (!asd_ha->scb_pool) { in asd_create_ha_caches()
629 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr, in asd_destroy_ha_caches()
633 dma_pool_destroy(asd_ha->scb_pool); in asd_destroy_ha_caches()
634 asd_ha->scb_pool = NULL; in asd_destroy_ha_caches()
Daic94xx_hwi.c237 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()