Lines Matching refs:reply_post
4867 if (ioc->reply_post) { in _base_release_memory_pools()
4873 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()
4876 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()
4877 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()
4880 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()
4881 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()
4896 kfree(ioc->reply_post); in _base_release_memory_pools()
5061 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()
5063 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()
5083 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
5086 &ioc->reply_post[i].reply_post_free_dma); in base_alloc_rdpq_dma_pool()
5087 if (!ioc->reply_post[i].reply_post_free) in base_alloc_rdpq_dma_pool()
5099 (long)ioc->reply_post[i].reply_post_free, sz)) { in base_alloc_rdpq_dma_pool()
5103 ioc->reply_post[i].reply_post_free, in base_alloc_rdpq_dma_pool()
5105 ioc->reply_post[i].reply_post_free_dma)); in base_alloc_rdpq_dma_pool()
5111 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
5113 ((long)ioc->reply_post[i-1].reply_post_free in base_alloc_rdpq_dma_pool()
5115 ioc->reply_post[i].reply_post_free_dma = in base_alloc_rdpq_dma_pool()
5117 (ioc->reply_post[i-1].reply_post_free_dma + in base_alloc_rdpq_dma_pool()
6493 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
6499 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
7146 reply_post_free_contig = ioc->reply_post[0].reply_post_free; in _base_make_ioc_operational()
7154 ioc->reply_post[index++].reply_post_free; in _base_make_ioc_operational()