Searched refs:rq_pages (Results 1 – 9 of 9) sorted by relevance
731 sg_set_page(sg, rqstp->rq_pages[info->ri_pageno], in svc_rdma_build_read_segment()744 &rqstp->rq_pages[info->ri_pageno + 1] > rqstp->rq_page_end) in svc_rdma_build_read_segment()824 dst = page_address(rqstp->rq_pages[info->ri_pageno]); in svc_rdma_copy_inline_range()895 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_multiple_chunks()897 buf->pages = &info->ri_rqst->rq_pages[1]; in svc_rdma_read_multiple_chunks()950 buf->pages = &info->ri_rqst->rq_pages[0]; in svc_rdma_read_data_item()1088 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_special()1090 buf->pages = &info->ri_rqst->rq_pages[1]; in svc_rdma_read_special()1160 rqstp->rq_respages = &rqstp->rq_pages[head->rc_page_count]; in svc_rdma_process_read_list()
796 rqstp->rq_respages = rqstp->rq_pages; in svc_rdma_recvfrom()
315 bvec_set_page(&bvec[i], rqstp->rq_pages[i], PAGE_SIZE, 0); in svc_tcp_read_msg()316 rqstp->rq_respages = &rqstp->rq_pages[i]; in svc_tcp_read_msg()642 rqstp->rq_respages = rqstp->rq_pages+1; in svc_udp_recvfrom()645 rqstp->rq_respages = rqstp->rq_pages + 1 + in svc_udp_recvfrom()958 if (rqstp->rq_pages[i] != NULL) in svc_tcp_restore_pages()959 put_page(rqstp->rq_pages[i]); in svc_tcp_restore_pages()961 rqstp->rq_pages[i] = svsk->sk_pages[i]; in svc_tcp_restore_pages()964 rqstp->rq_arg.head[0].iov_base = page_address(rqstp->rq_pages[0]); in svc_tcp_restore_pages()977 svsk->sk_pages[i] = rqstp->rq_pages[i]; in svc_tcp_save_pages()978 rqstp->rq_pages[i] = NULL; in svc_tcp_save_pages()
670 rqstp->rq_pages); in svc_alloc_arg()683 rqstp->rq_page_end = &rqstp->rq_pages[pages]; in svc_alloc_arg()684 rqstp->rq_pages[pages] = NULL; /* this might be seen in nfsd_splice_actor() */ in svc_alloc_arg()687 arg->head[0].iov_base = page_address(rqstp->rq_pages[0]); in svc_alloc_arg()689 arg->pages = rqstp->rq_pages + 1; in svc_alloc_arg()1245 rqstp->rq_respages = rqstp->rq_pages; in svc_deferred_recv()
617 rqstp->rq_pages); in svc_init_buffer()629 for (i = 0; i < ARRAY_SIZE(rqstp->rq_pages); i++) in svc_release_buffer()630 if (rqstp->rq_pages[i]) in svc_release_buffer()631 put_page(rqstp->rq_pages[i]); in svc_release_buffer()865 struct page **begin = rqstp->rq_pages; in svc_rqst_replace_page()866 struct page **end = &rqstp->rq_pages[RPCSVC_MAXPAGES]; in svc_rqst_replace_page()
82 __u16 rq_pages; member
211 struct page *rq_pages[RPCSVC_MAXPAGES + 1]; member
2482 total = req->sq_pages + req->rq_pages; in irdma_handle_q_mem()2491 req->rq_pages, in irdma_handle_q_mem()2944 total = req.sq_pages + req.rq_pages + 1; in irdma_reg_user_mr_type_qp()2948 total = req.sq_pages + req.rq_pages; in irdma_reg_user_mr_type_qp()
1887 __entry->begin = rqst->rq_pages;