Lines Matching refs:rpcrdma_rep
72 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep);
162 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive()
923 struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt, in rpcrdma_rep_create()
927 struct rpcrdma_rep *rep; in rpcrdma_rep_create()
962 static void rpcrdma_rep_free(struct rpcrdma_rep *rep) in rpcrdma_rep_free()
968 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep) in rpcrdma_rep_destroy()
979 static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf) in rpcrdma_rep_get_locked()
987 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked()
996 void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep) in rpcrdma_rep_put()
1008 struct rpcrdma_rep *rep; in rpcrdma_reps_unmap()
1018 struct rpcrdma_rep *rep; in rpcrdma_reps_destroy()
1022 struct rpcrdma_rep, in rpcrdma_reps_destroy()
1334 struct rpcrdma_rep *rep; in rpcrdma_post_recvs()
1381 struct rpcrdma_rep *rep; in rpcrdma_post_recvs()
1383 rep = container_of(wr, struct rpcrdma_rep, rr_recv_wr); in rpcrdma_post_recvs()