Home
last modified time | relevance | path

Searched refs:rx_buf (Results 1 – 8 of 8) sorted by relevance

/net/sunrpc/xprtrdma/
Dverbs.c407 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_ia_remove()
830 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctxs_create()
883 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctx_get_locked()
924 struct rpcrdma_buffer *buf = &sc->sc_xprt->rx_buf; in rpcrdma_sendctx_put_locked()
948 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_mrs_create()
984 rx_buf); in rpcrdma_mr_refresh_worker()
1001 struct rpcrdma_buffer *buffer = &r_xprt->rx_buf; in rpcrdma_req_create()
1057 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reqs_reset()
1089 list_add(&rep->rr_all, &r_xprt->rx_buf.rb_all_reps); in rpcrdma_rep_create()
1124 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reps_unmap()
[all …]
Dsvc_rdma_backchannel.c67 else if (credits > r_xprt->rx_buf.rb_bc_max_requests) in svc_rdma_handle_bc_reply()
68 credits = r_xprt->rx_buf.rb_bc_max_requests; in svc_rdma_handle_bc_reply()
169 *p++ = cpu_to_be32(r_xprt->rx_buf.rb_bc_max_requests); in rpcrdma_bc_send_request()
303 new_xprt->rx_buf.rb_bc_max_requests = xprt->max_reqs; in xprt_setup_rdma_bc()
Dtransport.c291 rpcrdma_buffer_destroy(&r_xprt->rx_buf); in xprt_rdma_destroy()
384 rpcrdma_buffer_destroy(&new_xprt->rx_buf); in xprt_setup_rdma()
432 r_xprt->rx_buf.rb_credits = 1; in xprt_rdma_close()
568 req = rpcrdma_buffer_get(&r_xprt->rx_buf); in xprt_rdma_alloc_slot()
594 rpcrdma_buffer_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot()
Dbackchannel.c33 r_xprt->rx_buf.rb_bc_srv_max_requests = RPCRDMA_BACKWARD_WRS >> 1; in xprt_rdma_bc_setup()
75 *p++ = cpu_to_be32(r_xprt->rx_buf.rb_bc_srv_max_requests); in rpcrdma_bc_marshal_reply()
Dfrwr_ops.c102 spin_lock(&r_xprt->rx_buf.rb_lock); in frwr_mr_recycle()
105 spin_unlock(&r_xprt->rx_buf.rb_lock); in frwr_mr_recycle()
Drpc_rdma.c383 schedule_work(&r_xprt->rx_buf.rb_refresh_worker); in rpcrdma_mr_prepare()
836 *p++ = cpu_to_be32(r_xprt->rx_buf.rb_max_requests); in rpcrdma_marshal_req()
1340 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reply_handler()
Dxprt_rdma.h432 struct rpcrdma_buffer rx_buf; member
/net/nfc/nci/
Dspi.c195 rx.rx_buf = resp_hdr; in __nci_spi_read()
218 rx.rx_buf = skb_put(skb, rx_len); in __nci_spi_read()