Searched refs:r_xprt (Results 1 – 4 of 4) sorted by relevance
197 struct rpcrdma_xprt *r_xprt = in xprt_rdma_connect_worker() local199 struct rpc_xprt *xprt = &r_xprt->xprt; in xprt_rdma_connect_worker()206 r_xprt->rx_ep.rep_connected != 0 ? "re" : ""); in xprt_rdma_connect_worker()207 rc = rpcrdma_ep_connect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_connect_worker()235 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(xprt); in xprt_rdma_destroy() local240 cancel_delayed_work_sync(&r_xprt->rdma_connect); in xprt_rdma_destroy()244 rpcrdma_buffer_destroy(&r_xprt->rx_buf); in xprt_rdma_destroy()245 rc = rpcrdma_ep_destroy(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_destroy()249 rpcrdma_ia_close(&r_xprt->rx_ia); in xprt_rdma_destroy()411 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(xprt); in xprt_rdma_close() local[all …]
174 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_task->tk_xprt); in rpcrdma_create_chunks() local207 cur_wchunk != NULL, r_xprt); in rpcrdma_create_chunks()224 r_xprt->rx_stats.read_chunk_count++; in rpcrdma_create_chunks()238 r_xprt->rx_stats.reply_chunk_count++; in rpcrdma_create_chunks()240 r_xprt->rx_stats.write_chunk_count++; in rpcrdma_create_chunks()241 r_xprt->rx_stats.total_rdma_request += seg->mr_len; in rpcrdma_create_chunks()252 BUG_ON((r_xprt->rx_ia.ri_memreg_strategy == RPCRDMA_FRMR) in rpcrdma_create_chunks()281 &req->rl_segments[pos], r_xprt, NULL); in rpcrdma_create_chunks()298 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in rpcrdma_inline_pullup() local323 r_xprt->rx_stats.pullup_copy_count += curlen; in rpcrdma_inline_pullup()[all …]
1484 struct rpcrdma_xprt *r_xprt) in rpcrdma_register_frmr_external() argument1526 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_frmr_external()1550 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_frmr_external()1571 struct rpcrdma_ia *ia, struct rpcrdma_xprt *r_xprt) in rpcrdma_deregister_frmr_external() argument1585 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_frmr_external()1659 struct rpcrdma_xprt *r_xprt) in rpcrdma_register_memwin_external() argument1675 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_memwin_external()1694 struct rpcrdma_xprt *r_xprt, void **r) in rpcrdma_deregister_memwin_external() argument1708 INIT_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_memwin_external()1712 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_memwin_external()[all …]
115 struct rpc_xprt * r_xprt; member155 rpcb_wake_rpcbind_waiters(map->r_xprt, map->r_status); in rpcb_map_release()156 xprt_put(map->r_xprt); in rpcb_map_release()613 map->r_xprt = xprt_get(xprt); in rpcb_getport_async()657 struct rpc_xprt *xprt = map->r_xprt; in rpcb_getport_done()