Lines Matching refs:r_xprt

247 	struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt);  in rpcrdma_create_chunks()  local
278 map = r_xprt->rx_ia.ri_ops->ro_map; in rpcrdma_create_chunks()
280 n = map(r_xprt, seg, nsegs, cur_wchunk != NULL); in rpcrdma_create_chunks()
299 r_xprt->rx_stats.read_chunk_count++; in rpcrdma_create_chunks()
315 r_xprt->rx_stats.reply_chunk_count++; in rpcrdma_create_chunks()
317 r_xprt->rx_stats.write_chunk_count++; in rpcrdma_create_chunks()
318 r_xprt->rx_stats.total_rdma_request += seg->mr_len; in rpcrdma_create_chunks()
353 pos += r_xprt->rx_ia.ri_ops->ro_unmap(r_xprt, in rpcrdma_create_chunks()
370 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in rpcrdma_inline_pullup() local
388 r_xprt->rx_stats.pullup_copy_count += curlen; in rpcrdma_inline_pullup()
394 r_xprt->rx_stats.pullup_copy_count += copy_len; in rpcrdma_inline_pullup()
436 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(xprt); in rpcrdma_marshal_req() local
460 headerp->rm_credit = cpu_to_be32(r_xprt->rx_buf.rb_max_requests); in rpcrdma_marshal_req()
497 r_xprt->rx_stats.nomsg_call_count++; in rpcrdma_marshal_req()
702 struct rpcrdma_xprt *r_xprt = in rpcrdma_connect_worker() local
704 struct rpc_xprt *xprt = &r_xprt->rx_xprt; in rpcrdma_connect_worker()
773 struct rpcrdma_xprt *r_xprt = rep->rr_rxprt; in rpcrdma_reply_handler() local
774 struct rpc_xprt *xprt = &r_xprt->rx_xprt; in rpcrdma_reply_handler()
841 r_xprt->rx_stats.total_rdma_reply += rdmalen; in rpcrdma_reply_handler()
871 r_xprt->rx_stats.total_rdma_reply += rdmalen; in rpcrdma_reply_handler()
887 r_xprt->rx_stats.bad_reply_count++; in rpcrdma_reply_handler()
894 else if (credits > r_xprt->rx_buf.rb_max_requests) in rpcrdma_reply_handler()
895 credits = r_xprt->rx_buf.rb_max_requests; in rpcrdma_reply_handler()
910 if (r_xprt->rx_ep.rep_connected == 1) { in rpcrdma_reply_handler()
911 r_xprt->rx_ep.rep_connected = -EIO; in rpcrdma_reply_handler()
912 rpcrdma_conn_func(&r_xprt->rx_ep); in rpcrdma_reply_handler()
918 rpcrdma_bc_receive_call(r_xprt, rep); in rpcrdma_reply_handler()
945 r_xprt->rx_stats.bad_reply_count++; in rpcrdma_reply_handler()
946 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_reply_handler()