Searched refs:rpcrdma_mw (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 21 __frwr_init(struct rpcrdma_mw *r, struct ib_pd *pd, struct ib_device *device, in __frwr_init() 50 __frwr_release(struct rpcrdma_mw *r) in __frwr_release() 124 struct rpcrdma_mw *r; in frwr_sendcompletion() 130 r = (struct rpcrdma_mw *)(unsigned long)wc->wr_id; in frwr_sendcompletion() 152 struct rpcrdma_mw *r; in frwr_op_init() 184 struct rpcrdma_mw *mw = seg1->rl_mw; in frwr_op_map() 310 struct rpcrdma_mw *r; in frwr_op_reset() 334 struct rpcrdma_mw *r; in frwr_op_destroy() 337 r = list_entry(buf->rb_all.next, struct rpcrdma_mw, mw_all); in frwr_op_destroy()
|
D | fmr_ops.c | 50 struct rpcrdma_mw *r; in fmr_op_init() 91 struct rpcrdma_mw *mw = seg1->rl_mw; in fmr_op_map() 169 struct rpcrdma_mw *r; in fmr_op_reset() 185 struct rpcrdma_mw *r; in fmr_op_destroy() 189 r = list_entry(buf->rb_all.next, struct rpcrdma_mw, mw_all); in fmr_op_destroy()
|
D | verbs.c | 214 struct rpcrdma_mw *r; in rpcrdma_sendcq_process_wc() 216 r = (struct rpcrdma_mw *)(unsigned long)wc->wr_id; in rpcrdma_sendcq_process_wc() 1184 rpcrdma_buffer_put_mr(struct rpcrdma_mw **mw, struct rpcrdma_buffer *buf) in rpcrdma_buffer_put_mr() 1223 rpcrdma_retry_local_inv(struct rpcrdma_mw *r, struct rpcrdma_ia *ia) in rpcrdma_retry_local_inv() 1261 struct rpcrdma_mw *r; in rpcrdma_retry_flushed_linv() 1265 r = list_entry(pos, struct rpcrdma_mw, mw_list); in rpcrdma_retry_flushed_linv() 1278 struct rpcrdma_mw *r; in rpcrdma_buffer_get_frmrs() 1284 struct rpcrdma_mw, mw_list); in rpcrdma_buffer_get_frmrs() 1304 struct rpcrdma_mw *r; in rpcrdma_buffer_get_fmrs() 1310 struct rpcrdma_mw, mw_list); in rpcrdma_buffer_get_fmrs()
|
D | xprt_rdma.h | 208 struct rpcrdma_mw { struct 243 struct rpcrdma_mw *rl_mw; /* registered MR */
|