Home
last modified time | relevance | path

Searched refs:rl_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dverbs.c1081 list_add(&req->rl_list, &buf->rb_send_bufs); in rpcrdma_buffer_create()
1167 struct rpcrdma_req, rl_list); in rpcrdma_buffer_destroy()
1168 list_del(&req->rl_list); in rpcrdma_buffer_destroy()
1219 struct rpcrdma_req, rl_list); in rpcrdma_buffer_get()
1221 list_del_init(&req->rl_list); in rpcrdma_buffer_get()
1237 list_add(&req->rl_list, &buffers->rb_send_bufs); in rpcrdma_buffer_put()
H A Dxprt_rdma.h316 struct list_head rl_list; member