Home
last modified time | relevance | path

Searched refs:rx_ep (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dtransport.c232 r_xprt->rx_ep.rep_connected != 0 ? "re" : ""); in xprt_rdma_connect_worker()
233 rc = rpcrdma_ep_connect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_connect_worker()
273 rpcrdma_ep_destroy(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_destroy()
378 new_ep = &new_xprt->rx_ep; in xprt_setup_rdma()
381 rc = rpcrdma_ep_create(&new_xprt->rx_ep, in xprt_setup_rdma()
440 if (r_xprt->rx_ep.rep_connected > 0) in xprt_rdma_close()
443 rpcrdma_ep_disconnect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_close()
463 if (r_xprt->rx_ep.rep_connected != 0) { in xprt_rdma_connect()
624 if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) in xprt_rdma_send_request()
Drpc_rdma.c703 container_of(ep, struct rpcrdma_xprt, rx_ep); in rpcrdma_connect_worker()
910 if (r_xprt->rx_ep.rep_connected == 1) { in rpcrdma_reply_handler()
911 r_xprt->rx_ep.rep_connected = -EIO; in rpcrdma_reply_handler()
912 rpcrdma_conn_func(&r_xprt->rx_ep); in rpcrdma_reply_handler()
946 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_reply_handler()
Dfrwr_ops.c395 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_map()
438 DECR_CQCOUNT(&r_xprt->rx_ep); in frwr_op_unmap()
Dxprt_rdma.h395 struct rpcrdma_ep rx_ep; member
Dbackchannel.c389 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_bc_receive_call()
Dverbs.c280 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall()
1338 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in rpcrdma_ep_post_extra_recv()