Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Drpc_rdma.c518 headerp, base, req->rl_iov.lkey); in rpcrdma_marshal_req()
527 req->rl_send_iov[0].addr = req->rl_iov.addr; in rpcrdma_marshal_req()
529 req->rl_send_iov[0].lkey = req->rl_iov.lkey; in rpcrdma_marshal_req()
531 req->rl_send_iov[1].addr = req->rl_iov.addr + (base - req->rl_base); in rpcrdma_marshal_req()
533 req->rl_send_iov[1].lkey = req->rl_iov.lkey; in rpcrdma_marshal_req()
546 req->rl_send_iov[3].lkey = req->rl_iov.lkey; in rpcrdma_marshal_req()
Dtransport.c587 &nreq->rl_handle, &nreq->rl_iov)) { in xprt_rdma_allocate()
600 nreq->rl_iov.length = 0; in xprt_rdma_allocate()
630 if (req->rl_iov.length == 0) { /* see allocate above */ in xprt_rdma_free()
660 if (req->rl_iov.length == 0) { /* see allocate above */ in xprt_rdma_free()
665 &req->rl_iov); in xprt_rdma_free()
Dxprt_rdma.h192 struct ib_sge rl_iov; /* for posting */ member
Dverbs.c1108 &buf->rb_send_bufs[i]->rl_iov); in rpcrdma_buffer_create()
1211 &buf->rb_send_bufs[i]->rl_iov); in rpcrdma_buffer_destroy()
1326 if (req->rl_iov.length == 0) /* special case xprt_rdma_allocate() */ in rpcrdma_recv_buffer_get()