Searched refs:reply_post_free_dma_pool (Results 1 – 2 of 2) sorted by relevance
4739 ioc->reply_post_free_dma_pool, in _base_release_memory_pools()4757 dma_pool_destroy(ioc->reply_post_free_dma_pool); in _base_release_memory_pools()5006 ioc->reply_post_free_dma_pool = dma_pool_create("reply_post_free pool", in _base_allocate_memory_pools()5008 if (!ioc->reply_post_free_dma_pool) { in _base_allocate_memory_pools()5015 dma_pool_zalloc(ioc->reply_post_free_dma_pool, in _base_allocate_memory_pools()
1406 struct dma_pool *reply_post_free_dma_pool; member