Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/aic94xx/
Daic94xx_hwi.h199 struct dma_pool *scb_pool; member
329 dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr, in asd_ascb_free()
Daic94xx_init.c522 asd_ha->scb_pool = dma_pool_create(ASD_DRIVER_NAME "_scb_pool", in asd_create_ha_caches()
526 if (!asd_ha->scb_pool) { in asd_create_ha_caches()
601 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr, in asd_destroy_ha_caches()
605 dma_pool_destroy(asd_ha->scb_pool); in asd_destroy_ha_caches()
606 asd_ha->scb_pool = NULL; in asd_destroy_ha_caches()
Daic94xx_hwi.c221 seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL, in asd_init_scbs()
1040 ascb->dma_scb.vaddr = dma_pool_zalloc(asd_ha->scb_pool, in asd_ascb_alloc()
1060 dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr, in asd_ascb_alloc()