Lines Matching refs:reply_post
4890 if (ioc->reply_post) {
4896 if (ioc->reply_post[i].reply_post_free) {
4899 ioc->reply_post[i].reply_post_free,
4900 ioc->reply_post[i].reply_post_free_dma);
4903 ioc->reply_post[i].reply_post_free));
4904 ioc->reply_post[i].reply_post_free =
4919 kfree(ioc->reply_post);
5087 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct),
5089 if (!ioc->reply_post)
5109 ioc->reply_post[i].reply_post_free =
5112 &ioc->reply_post[i].reply_post_free_dma);
5113 if (!ioc->reply_post[i].reply_post_free)
5125 (long)ioc->reply_post[i].reply_post_free, sz)) {
5129 ioc->reply_post[i].reply_post_free,
5131 ioc->reply_post[i].reply_post_free_dma));
5137 ioc->reply_post[i].reply_post_free =
5139 ((long)ioc->reply_post[i-1].reply_post_free
5141 ioc->reply_post[i].reply_post_free_dma =
5143 (ioc->reply_post[i-1].reply_post_free_dma +
6519 (u64)ioc->reply_post[i].reply_post_free_dma);
6525 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma);
7172 reply_post_free_contig = ioc->reply_post[0].reply_post_free;
7180 ioc->reply_post[index++].reply_post_free;