Searched refs:reply_free_dma_pool (Results 1 – 2 of 2) sorted by relevance
4725 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()4727 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()5328 ioc->reply_free_dma_pool = dma_pool_create("reply_free pool", in _base_allocate_memory_pools()5330 if (!ioc->reply_free_dma_pool) { in _base_allocate_memory_pools()5334 ioc->reply_free = dma_pool_zalloc(ioc->reply_free_dma_pool, GFP_KERNEL, in _base_allocate_memory_pools()
1397 struct dma_pool *reply_free_dma_pool; member