Searched refs:rx_ep (Results 1 – 4 of 4) sorted by relevance
244 r_xprt->rx_ep.rep_connected != 0 ? "re" : ""); in xprt_rdma_connect_worker()245 rc = rpcrdma_ep_connect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_connect_worker()284 rc = rpcrdma_ep_destroy(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_destroy()410 new_ep = &new_xprt->rx_ep; in xprt_setup_rdma()413 rc = rpcrdma_ep_create(&new_xprt->rx_ep, in xprt_setup_rdma()466 if (r_xprt->rx_ep.rep_connected > 0) in xprt_rdma_close()469 (void) rpcrdma_ep_disconnect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_close()491 if (r_xprt->rx_ep.rep_connected != 0) { in xprt_rdma_connect()715 if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) in xprt_rdma_send_request()
538 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in rpcrdma_marshal_req()736 if (r_xprt->rx_ep.rep_connected == 1) { in rpcrdma_reply_handler()737 r_xprt->rx_ep.rep_connected = -EIO; in rpcrdma_reply_handler()738 rpcrdma_conn_func(&r_xprt->rx_ep); in rpcrdma_reply_handler()764 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_reply_handler()
278 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall()1500 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_frmr_external()1534 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_frmr_external()1624 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_memwin_external()1657 INIT_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_memwin_external()1661 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_memwin_external()
276 struct rpcrdma_ep rx_ep; member