Searched refs:newxprt (Results 1 – 2 of 2) sorted by relevance
223 svc_rdma_parse_connect_private(struct svcxprt_rdma *newxprt, in svc_rdma_parse_connect_private() argument 231 newxprt->sc_snd_w_inv = pmsg->cp_flags & in svc_rdma_parse_connect_private() 238 newxprt->sc_snd_w_inv ? "" : "un"); in svc_rdma_parse_connect_private() 261 struct svcxprt_rdma *newxprt; in handle_connect_req() local 264 newxprt = svc_rdma_create_xprt(listen_xprt->sc_xprt.xpt_server, in handle_connect_req() 267 if (!newxprt) in handle_connect_req() 269 newxprt->sc_cm_id = new_cma_id; in handle_connect_req() 270 new_cma_id->context = newxprt; in handle_connect_req() 271 svc_rdma_parse_connect_private(newxprt, param); in handle_connect_req() 274 newxprt in handle_connect_req() 442 struct svcxprt_rdma *newxprt = NULL; svc_rdma_accept() local [all...]
271 struct svc_xprt *newxprt; in _svc_xprt_create() local281 newxprt = xcl->xcl_ops->xpo_create(serv, net, sap, len, flags); in _svc_xprt_create()282 if (IS_ERR(newxprt)) { in _svc_xprt_create()285 newxprt); in _svc_xprt_create()287 return PTR_ERR(newxprt); in _svc_xprt_create()289 newxprt->xpt_cred = get_cred(cred); in _svc_xprt_create()290 svc_add_new_perm_xprt(serv, newxprt); in _svc_xprt_create()291 newport = svc_xprt_local_port(newxprt); in _svc_xprt_create()