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()
4978 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()
4980 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()
5000 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
5003 &ioc->reply_post[i].reply_post_free_dma); in base_alloc_rdpq_dma_pool()
5004 if (!ioc->reply_post[i].reply_post_free) in base_alloc_rdpq_dma_pool()
5016 (long)ioc->reply_post[i].reply_post_free, sz)) { in base_alloc_rdpq_dma_pool()
5020 ioc->reply_post[i].reply_post_free, in base_alloc_rdpq_dma_pool()
5022 ioc->reply_post[i].reply_post_free_dma)); in base_alloc_rdpq_dma_pool()
5028 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()
5030 ((long)ioc->reply_post[i-1].reply_post_free in base_alloc_rdpq_dma_pool()
5032 ioc->reply_post[i].reply_post_free_dma = in base_alloc_rdpq_dma_pool()
5034 (ioc->reply_post[i-1].reply_post_free_dma + in base_alloc_rdpq_dma_pool()
6428 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
6434 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
7077 reply_post_free_contig = ioc->reply_post[0].reply_post_free; in _base_make_ioc_operational()
7085 ioc->reply_post[index++].reply_post_free; in _base_make_ioc_operational()