Searched refs:reply_free (Results 1 – 2 of 2) sorted by relevance
1747 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue()5644 if (ioc->reply_free) { in _base_release_memory_pools()5645 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()5650 ioc->reply_free)); in _base_release_memory_pools()5651 ioc->reply_free = NULL; in _base_release_memory_pools()5932 if (!mpt3sas_check_same_4gb_region((long)ioc->reply_free, sz)) { in _base_allocate_reply_pool()5963 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()5965 if (!ioc->reply_free) in _base_allocate_reply_free_dma_pool()5967 if (!mpt3sas_check_same_4gb_region((long)ioc->reply_free, sz)) { in _base_allocate_reply_free_dma_pool()5970 ioc->reply_free, (unsigned long long) ioc->reply_free_dma)); in _base_allocate_reply_free_dma_pool()[all …]
1565 __le32 *reply_free; member