Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c134 svc_xprt_init(net, &svc_rdma_class, &cma_xprt->sc_xprt, serv); in svc_rdma_create_xprt()
153 set_bit(XPT_CONG_CTRL, &cma_xprt->sc_xprt.xpt_flags); in svc_rdma_create_xprt()
196 newxprt = svc_rdma_create_xprt(listen_xprt->sc_xprt.xpt_server, in handle_connect_req()
197 listen_xprt->sc_xprt.xpt_net, in handle_connect_req()
209 newxprt->sc_xprt.xpt_remotelen = svc_addr_len(sa); in handle_connect_req()
210 memcpy(&newxprt->sc_xprt.xpt_remote, sa, in handle_connect_req()
211 newxprt->sc_xprt.xpt_remotelen); in handle_connect_req()
212 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
213 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
219 rpc_set_port((struct sockaddr *)&newxprt->sc_xprt.xpt_remote, 0); in handle_connect_req()
[all …]
Dsvc_rdma_recvfrom.c251 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_release_ctxt()
265 if (test_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags)) in svc_rdma_refresh_recvs()
351 set_bit(XPT_DATA, &rdma->sc_xprt.xpt_flags); in svc_rdma_wc_receive()
354 svc_xprt_enqueue(&rdma->sc_xprt); in svc_rdma_wc_receive()
364 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_receive()
789 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_recvfrom()
Dsvc_rdma_sendto.c302 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_send()
334 if (test_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags)) in svc_rdma_send()
348 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_send()
952 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_sendto()
1015 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_sendto()
1057 rdma = container_of(rqstp->rq_xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_result_payload()
Dsvc_rdma_backchannel.c187 container_of(sxprt, struct svcxprt_rdma, sc_xprt); in xprt_rdma_bc_send_request()
Dsvc_rdma_rw.c287 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_write_done()
407 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_post_chunk_ctxt()
/Linux-v6.6/include/trace/events/
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)
1846 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1866 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1872 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1893 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1900 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
[all …]
/Linux-v6.6/include/linux/sunrpc/
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */ member