Searched refs:rx_buf (Results 1 – 7 of 7) sorted by relevance
188 rpcrdma_rep_put(&r_xprt->rx_buf, rep); in rpcrdma_wc_receive()603 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctxs_destroy()632 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctxs_create()685 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctx_get_locked()727 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctx_put_locked()751 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_mrs_create()788 rx_buf); in rpcrdma_mr_refresh_worker()801 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_mrs_refresh()893 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reqs_setup()940 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reqs_reset()[all …]
47 else if (credits > r_xprt->rx_buf.rb_bc_max_requests) in svc_rdma_handle_bc_reply()48 credits = r_xprt->rx_buf.rb_bc_max_requests; in svc_rdma_handle_bc_reply()153 *p++ = cpu_to_be32(r_xprt->rx_buf.rb_bc_max_requests); in rpcrdma_bc_send_request()267 new_xprt->rx_buf.rb_bc_max_requests = xprt->max_reqs; in xprt_setup_rdma_bc()
29 r_xprt->rx_buf.rb_bc_srv_max_requests = RPCRDMA_BACKWARD_WRS >> 1; in xprt_rdma_bc_setup()71 *p++ = cpu_to_be32(r_xprt->rx_buf.rb_bc_srv_max_requests); in rpcrdma_bc_marshal_reply()158 rpcrdma_rep_put(&r_xprt->rx_buf, rep); in xprt_rdma_bc_free_rqst()
282 rpcrdma_buffer_destroy(&r_xprt->rx_buf); in xprt_rdma_destroy()505 req = rpcrdma_buffer_get(&r_xprt->rx_buf); in xprt_rdma_alloc_slot()529 rpcrdma_reply_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot()532 rpcrdma_buffer_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot()
887 *p++ = r_xprt->rx_buf.rb_max_requests; in rpcrdma_marshal_req()1000 __rpcrdma_update_cwnd_locked(xprt, &r_xprt->rx_buf, grant); in rpcrdma_update_cwnd()1017 __rpcrdma_update_cwnd_locked(xprt, &r_xprt->rx_buf, 1); in rpcrdma_reset_cwnd()1431 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reply_handler()
432 struct rpcrdma_buffer rx_buf; member
196 rx.rx_buf = resp_hdr; in __nci_spi_read()219 rx.rx_buf = skb_put(skb, rx_len); in __nci_spi_read()
Completed in 697 milliseconds