Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dtransport.c240 container_of(ep, struct rpcrdma_xprt, rx_ep); in rpcrdma_connect_worker()
264 rc = rpcrdma_ep_connect(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_connect_worker()
303 rpcrdma_ep_destroy(&r_xprt->rx_ep, &r_xprt->rx_ia); in xprt_rdma_destroy()
400 new_ep = &new_xprt->rx_ep; in xprt_setup_rdma()
402 rc = rpcrdma_ep_create(&new_xprt->rx_ep, in xprt_setup_rdma()
455 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in xprt_rdma_close()
527 if (r_xprt->rx_ep.rep_connected != 0) { in xprt_rdma_connect()
735 if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) in xprt_rdma_send_request()
Dverbs.c116 rx_ep); in rpcrdma_qp_async_error_upcall()
227 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall()
432 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in rpcrdma_ia_remove()
806 rx_ep), rc); in rpcrdma_ep_disconnect()
1291 if (r_xprt->rx_ep.rep_connected != -ENODEV) in rpcrdma_mr_get()
Dbackchannel.c209 if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) in xprt_rdma_bc_send_reply()
Dxprt_rdma.h512 struct rpcrdma_ep rx_ep; member
/Linux-v4.19/include/trace/events/
Drpcrdma.h359 __entry->connected = r_xprt->rx_ep.rep_connected;