Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dverbs.c1076 list_add(&req->rl_list, &buf->rb_send_bufs); in rpcrdma_buffer_create()
1162 struct rpcrdma_req, rl_list); in rpcrdma_buffer_destroy()
1163 list_del(&req->rl_list); in rpcrdma_buffer_destroy()
1214 struct rpcrdma_req, rl_list); in rpcrdma_buffer_get()
1216 list_del_init(&req->rl_list); in rpcrdma_buffer_get()
1232 list_add(&req->rl_list, &buffers->rb_send_bufs); in rpcrdma_buffer_put()
H A Dxprt_rdma.h317 struct list_head rl_list; member