Home
last modified time | relevance | path

Searched refs:rm_credit (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h82 __be32 rm_credit; /* Buffers requested/granted */ member
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c301 rdma_resp->rm_credit = cpu_to_be32(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
Dbackchannel.c214 headerp->rm_credit = in rpcrdma_bc_marshal_reply()
Drpc_rdma.c460 headerp->rm_credit = cpu_to_be32(r_xprt->rx_buf.rb_max_requests); in rpcrdma_marshal_req()
891 credits = be32_to_cpu(headerp->rm_credit); in rpcrdma_reply_handler()