Lines Matching refs:reply_post
5817 if (ioc->reply_post) {
5823 if (ioc->reply_post[i].reply_post_free) {
5826 ioc->reply_post[i].reply_post_free,
5827 ioc->reply_post[i].reply_post_free_dma);
5830 ioc->reply_post[i].reply_post_free));
5831 ioc->reply_post[i].reply_post_free =
5846 kfree(ioc->reply_post);
6197 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct),
6199 if (!ioc->reply_post)
6219 ioc->reply_post[i].reply_post_free =
6222 &ioc->reply_post[i].reply_post_free_dma);
6223 if (!ioc->reply_post[i].reply_post_free)
6235 ioc->reply_post[i].reply_post_free_dma, sz)) {
6239 ioc->reply_post[i].reply_post_free,
6241 ioc->reply_post[i].reply_post_free_dma));
6247 ioc->reply_post[i].reply_post_free =
6249 ((long)ioc->reply_post[i-1].reply_post_free
6251 ioc->reply_post[i].reply_post_free_dma =
6253 (ioc->reply_post[i-1].reply_post_free_dma +
7551 (u64)ioc->reply_post[i].reply_post_free_dma);
7557 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma);
8217 reply_post_free_contig = ioc->reply_post[0].reply_post_free;
8225 ioc->reply_post[index++].reply_post_free;