Lines Matching refs:reply_post

5654 	if (ioc->reply_post) {  in _base_release_memory_pools()
5660 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()
5663 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()
5664 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()
5667 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()
5668 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()
5683 kfree(ioc->reply_post); in _base_release_memory_pools()
6033 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()
6035 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()
6055 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
6058 &ioc->reply_post[i].reply_post_free_dma); in base_alloc_rdpq_dma_pool()
6059 if (!ioc->reply_post[i].reply_post_free) in base_alloc_rdpq_dma_pool()
6071 (long)ioc->reply_post[i].reply_post_free, sz)) { in base_alloc_rdpq_dma_pool()
6075 ioc->reply_post[i].reply_post_free, in base_alloc_rdpq_dma_pool()
6077 ioc->reply_post[i].reply_post_free_dma)); in base_alloc_rdpq_dma_pool()
6083 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
6085 ((long)ioc->reply_post[i-1].reply_post_free in base_alloc_rdpq_dma_pool()
6087 ioc->reply_post[i].reply_post_free_dma = in base_alloc_rdpq_dma_pool()
6089 (ioc->reply_post[i-1].reply_post_free_dma + in base_alloc_rdpq_dma_pool()
7390 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
7396 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
8056 reply_post_free_contig = ioc->reply_post[0].reply_post_free; in _base_make_ioc_operational()
8064 ioc->reply_post[index++].reply_post_free; in _base_make_ioc_operational()