Searched refs:rx_ep (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | transport.c | 240 r_xprt->rx_ep.rep_connected != 0 ? "re" : ""); in xprt_rdma_connect_worker() 241 rc = rpcrdma_ep_connect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_connect_worker() 272 rpcrdma_ep_destroy(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_destroy() 383 new_ep = &new_xprt->rx_ep; in xprt_setup_rdma() 386 rc = rpcrdma_ep_create(&new_xprt->rx_ep, in xprt_setup_rdma() 442 if (r_xprt->rx_ep.rep_connected > 0) in xprt_rdma_close() 445 rpcrdma_ep_disconnect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_close() 465 if (r_xprt->rx_ep.rep_connected != 0) { in xprt_rdma_connect() 632 if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) in xprt_rdma_send_request()
|
D | rpc_rdma.c | 547 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in rpcrdma_marshal_req() 696 container_of(ep, struct rpcrdma_xprt, rx_ep); in rpcrdma_connect_worker() 745 if (r_xprt->rx_ep.rep_connected == 1) { in rpcrdma_reply_handler() 746 r_xprt->rx_ep.rep_connected = -EIO; in rpcrdma_reply_handler() 747 rpcrdma_conn_func(&r_xprt->rx_ep); in rpcrdma_reply_handler() 774 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_reply_handler()
|
D | frwr_ops.c | 236 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_map() 274 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_unmap()
|
D | xprt_rdma.h | 375 struct rpcrdma_ep rx_ep; member
|
D | verbs.c | 419 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall() 1239 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_retry_local_inv()
|