Lines Matching refs:r_xprt
112 frwr_op_maxpages(struct rpcrdma_xprt *r_xprt) in frwr_op_maxpages() argument
114 struct rpcrdma_ia *ia = &r_xprt->rx_ia; in frwr_op_maxpages()
117 rpcrdma_max_segments(r_xprt) * ia->ri_max_frmr_depth); in frwr_op_maxpages()
137 frwr_op_init(struct rpcrdma_xprt *r_xprt) in frwr_op_init() argument
139 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in frwr_op_init()
140 struct ib_device *device = r_xprt->rx_ia.ri_id->device; in frwr_op_init()
141 unsigned int depth = r_xprt->rx_ia.ri_max_frmr_depth; in frwr_op_init()
142 struct ib_pd *pd = r_xprt->rx_ia.ri_pd; in frwr_op_init()
177 frwr_op_map(struct rpcrdma_xprt *r_xprt, struct rpcrdma_mr_seg *seg, in frwr_op_map() argument
180 struct rpcrdma_ia *ia = &r_xprt->rx_ia; in frwr_op_map()
236 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_map()
260 frwr_op_unmap(struct rpcrdma_xprt *r_xprt, struct rpcrdma_mr_seg *seg) in frwr_op_unmap() argument
263 struct rpcrdma_ia *ia = &r_xprt->rx_ia; in frwr_op_unmap()
274 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_unmap()
304 frwr_op_reset(struct rpcrdma_xprt *r_xprt) in frwr_op_reset() argument
306 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in frwr_op_reset()
307 struct ib_device *device = r_xprt->rx_ia.ri_id->device; in frwr_op_reset()
308 unsigned int depth = r_xprt->rx_ia.ri_max_frmr_depth; in frwr_op_reset()
309 struct ib_pd *pd = r_xprt->rx_ia.ri_pd; in frwr_op_reset()