Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c136 svc_xprt_init(net, &svc_rdma_class, &cma_xprt->sc_xprt, serv); in svc_rdma_create_xprt()
155 set_bit(XPT_CONG_CTRL, &cma_xprt->sc_xprt.xpt_flags); in svc_rdma_create_xprt()
199 newxprt = svc_rdma_create_xprt(listen_xprt->sc_xprt.xpt_server, in handle_connect_req()
200 listen_xprt->sc_xprt.xpt_net); in handle_connect_req()
211 newxprt->sc_xprt.xpt_remotelen = svc_addr_len(sa); 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()
215 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
221 rpc_set_port((struct sockaddr *)&newxprt->sc_xprt.xpt_remote, 0); in handle_connect_req()
[all …]
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()
364 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_receive()
791 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_recvfrom()
Dsvc_rdma_sendto.c289 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_wc_send()
321 if (test_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags)) in svc_rdma_send()
335 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_send()
925 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_sendto()
989 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_sendto()
1031 rdma = container_of(rqstp->rq_xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_result_payload()
Dsvc_rdma_backchannel.c193 container_of(sxprt, struct svcxprt_rdma, sc_xprt); in xprt_rdma_bc_send_request()
Dsvc_rdma_rw.c275 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_write_done()
381 svc_xprt_deferred_close(&rdma->sc_xprt); in svc_rdma_post_chunk_ctxt()
/Linux-v5.15/include/trace/events/
Drpcrdma.h1343 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1348 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1645 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1652 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1687 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1694 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1714 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1720 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1741 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1748 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
[all …]
/Linux-v5.15/include/linux/sunrpc/
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */ member