Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dverbs.c987 rep->rr_recv_wr.next = NULL; in rpcrdma_rep_create()
988 rep->rr_recv_wr.wr_cqe = &rep->rr_cqe; in rpcrdma_rep_create()
989 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create()
990 rep->rr_recv_wr.num_sge = 1; in rpcrdma_rep_create()
1397 rep->rr_recv_wr.next = wr; in rpcrdma_post_recvs()
1398 wr = &rep->rr_recv_wr; in rpcrdma_post_recvs()
1412 rep = container_of(wr, struct rpcrdma_rep, rr_recv_wr); in rpcrdma_post_recvs()
H A Dxprt_rdma.h210 struct ib_recv_wr rr_recv_wr; member