Home
last modified time | relevance | path

Searched refs:sc_xprt (Results 1 – 7 of 7) sorted by relevance

/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_transport.c200 listen_xprt->sc_xprt.xpt_net); in handle_connect_req()
212 memcpy(&newxprt->sc_xprt.xpt_remote, sa, in handle_connect_req()
213 newxprt->sc_xprt.xpt_remotelen); in handle_connect_req()
214 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
235 svc_xprt_enqueue(&listen_xprt->sc_xprt); in handle_connect_req()
275 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler()
346 return &cma_xprt->sc_xprt; in svc_rdma_create()
445 qp_attr.qp_context = &newxprt->sc_xprt; in svc_rdma_accept()
523 return &newxprt->sc_xprt; in svc_rdma_accept()
527 svc_xprt_get(&newxprt->sc_xprt); in svc_rdma_accept()
[all …]
A Dsvc_rdma_recvfrom.c254 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_release_rqst()
269 if (test_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags)) in svc_rdma_refresh_recvs()
356 set_bit(XPT_DATA, &rdma->sc_xprt.xpt_flags); in svc_rdma_wc_receive()
359 svc_xprt_enqueue(&rdma->sc_xprt); in svc_rdma_wc_receive()
369 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_receive()
796 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_recvfrom()
A Dsvc_rdma_sendto.c297 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_send()
329 if (test_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags)) in svc_rdma_send()
343 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_send()
933 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_sendto()
997 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_sendto()
1039 rdma = container_of(rqstp->rq_xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_result_payload()
A Dsvc_rdma_backchannel.c193 container_of(sxprt, struct svcxprt_rdma, sc_xprt); in xprt_rdma_bc_send_request()
A Dsvc_rdma_rw.c285 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_write_done()
403 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_post_chunk_ctxt()
/linux/include/trace/events/
A Drpcrdma.h1495 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1500 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1797 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1804 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1839 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1866 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1893 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1923 __string(addr, rdma->sc_xprt.xpt_remotebuf)
2063 __string(addr, rdma->sc_xprt.xpt_remotebuf)
2189 __string(addr, rdma->sc_xprt.xpt_remotebuf)
[all …]
/linux/include/linux/sunrpc/
A Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */ member

Completed in 28 milliseconds