Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h330 struct list_head rl_free_mrs; member
H A Dverbs.c830 INIT_LIST_HEAD(&req->rl_free_mrs); in rpcrdma_req_create()
1105 while ((mr = rpcrdma_mr_pop(&req->rl_free_mrs))) { in rpcrdma_req_destroy()
H A Dfrwr_ops.c92 rpcrdma_mr_push(mr, &mr->mr_req->rl_free_mrs); in frwr_mr_put()
H A Drpc_rdma.c301 *mr = rpcrdma_mr_pop(&req->rl_free_mrs); in rpcrdma_mr_prepare()