Searched refs:rpcrdma_mw (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 111 struct rpcrdma_mw *r = container_of(work, struct rpcrdma_mw, in __frwr_recovery_worker() 138 __frwr_queue_recovery(struct rpcrdma_mw *r) in __frwr_queue_recovery() 145 __frwr_init(struct rpcrdma_mw *r, struct ib_pd *pd, struct ib_device *device, in __frwr_init() 178 __frwr_release(struct rpcrdma_mw *r) in __frwr_release() 252 struct rpcrdma_mw *r; in frwr_sendcompletion() 258 r = (struct rpcrdma_mw *)(unsigned long)wc->wr_id; in frwr_sendcompletion() 286 struct rpcrdma_mw *r; in frwr_op_init() 319 struct rpcrdma_mw *mw; in frwr_op_map() 424 struct rpcrdma_mw *mw = seg1->rl_mw; in frwr_op_unmap() 459 struct rpcrdma_mw *r; in frwr_op_destroy() [all …]
|
D | fmr_ops.c | 65 struct rpcrdma_mw *r; in fmr_op_init() 108 __fmr_unmap(struct rpcrdma_mw *r) in __fmr_unmap() 128 struct rpcrdma_mw *mw; in fmr_op_map() 190 struct rpcrdma_mw *mw = seg1->rl_mw; in fmr_op_unmap() 215 struct rpcrdma_mw *r; in fmr_op_destroy() 219 r = list_entry(buf->rb_all.next, struct rpcrdma_mw, mw_all); in fmr_op_destroy()
|
D | xprt_rdma.h | 217 struct rpcrdma_mw { struct 252 struct rpcrdma_mw *rl_mw; /* registered MR */ 439 struct rpcrdma_mw *rpcrdma_get_mw(struct rpcrdma_xprt *); 440 void rpcrdma_put_mw(struct rpcrdma_xprt *, struct rpcrdma_mw *);
|
D | verbs.c | 140 struct rpcrdma_mw *r; in rpcrdma_sendcq_process_wc() 142 r = (struct rpcrdma_mw *)(unsigned long)wc->wr_id; in rpcrdma_sendcq_process_wc() 1063 struct rpcrdma_mw * 1067 struct rpcrdma_mw *mw = NULL; in rpcrdma_get_mw() 1072 struct rpcrdma_mw, mw_list); in rpcrdma_get_mw() 1083 rpcrdma_put_mw(struct rpcrdma_xprt *r_xprt, struct rpcrdma_mw *mw) in rpcrdma_put_mw()
|