Lines Matching refs:reply_post

5812 	if (ioc->reply_post) {  in _base_release_memory_pools()
5818 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()
5821 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()
5822 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()
5825 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()
5826 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()
5841 kfree(ioc->reply_post); in _base_release_memory_pools()
6189 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()
6191 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()
6211 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
6214 &ioc->reply_post[i].reply_post_free_dma); in base_alloc_rdpq_dma_pool()
6215 if (!ioc->reply_post[i].reply_post_free) in base_alloc_rdpq_dma_pool()
6227 ioc->reply_post[i].reply_post_free_dma, sz)) { in base_alloc_rdpq_dma_pool()
6231 ioc->reply_post[i].reply_post_free, in base_alloc_rdpq_dma_pool()
6233 ioc->reply_post[i].reply_post_free_dma)); in base_alloc_rdpq_dma_pool()
6239 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
6241 ((long)ioc->reply_post[i-1].reply_post_free in base_alloc_rdpq_dma_pool()
6243 ioc->reply_post[i].reply_post_free_dma = in base_alloc_rdpq_dma_pool()
6245 (ioc->reply_post[i-1].reply_post_free_dma + in base_alloc_rdpq_dma_pool()
7546 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
7552 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
8212 reply_post_free_contig = ioc->reply_post[0].reply_post_free; in _base_make_ioc_operational()
8220 ioc->reply_post[index++].reply_post_free; in _base_make_ioc_operational()