Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c168 rmsgp->rm_credit = ntohl(rmsgp->rm_credit); in svc_rdma_xdr_decode_req()
363 rdma_resp->rm_credit = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
Drpc_rdma.c402 headerp->rm_credit = cpu_to_be32(r_xprt->rx_buf.rb_max_requests); in rpcrdma_marshal_req()
874 credits = be32_to_cpu(headerp->rm_credit); in rpcrdma_reply_handler()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h82 __be32 rm_credit; /* Buffers requested/granted */ member