Home
last modified time | relevance | path

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

/Linux-v6.1/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()
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()
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()
Dsvc_rdma_backchannel.c193 container_of(sxprt, struct svcxprt_rdma, sc_xprt); in xprt_rdma_bc_send_request()
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-v6.1/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.1/include/linux/sunrpc/
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */ member