Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c1096 buf->rb_send_bufs = (struct rpcrdma_req **) p; in rpcrdma_buffer_create()
1097 p = (char *) &buf->rb_send_bufs[buf->rb_max_requests]; in rpcrdma_buffer_create()
1116 buf->rb_send_bufs[i] = req; in rpcrdma_buffer_create()
1171 if (buf->rb_send_bufs) in rpcrdma_buffer_destroy()
1172 rpcrdma_destroy_req(ia, buf->rb_send_bufs[i]); in rpcrdma_buffer_destroy()
1210 buf->rb_send_bufs[--buf->rb_send_index] = req; in rpcrdma_buffer_put_sendbuf()
1347 req = buffers->rb_send_bufs[buffers->rb_send_index]; in rpcrdma_buffer_get()
1357 buffers->rb_send_bufs[buffers->rb_send_index++] = NULL; in rpcrdma_buffer_get()
Dxprt_rdma.h289 struct rpcrdma_req **rb_send_bufs; member