Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c1063 rep->rr_recv_wr.next = NULL; in rpcrdma_rep_create()
1064 rep->rr_recv_wr.wr_cqe = &rep->rr_cqe; in rpcrdma_rep_create()
1065 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create()
1066 rep->rr_recv_wr.num_sge = 1; in rpcrdma_rep_create()
1486 rep->rr_recv_wr.next = wr; in rpcrdma_post_recvs()
1487 wr = &rep->rr_recv_wr; in rpcrdma_post_recvs()
1494 rep = container_of(i, struct rpcrdma_rep, rr_recv_wr); in rpcrdma_post_recvs()
1511 rep = container_of(wr, struct rpcrdma_rep, rr_recv_wr); in rpcrdma_post_recvs()
1522 rep = container_of(i, struct rpcrdma_rep, rr_recv_wr); in rpcrdma_post_recvs()
Dxprt_rdma.h205 struct ib_recv_wr rr_recv_wr; member