Searched refs:newxprt (Results 1 – 2 of 2) sorted by relevance
159 svc_rdma_parse_connect_private(struct svcxprt_rdma *newxprt, in svc_rdma_parse_connect_private() argument167 newxprt->sc_snd_w_inv = pmsg->cp_flags & in svc_rdma_parse_connect_private()174 newxprt->sc_snd_w_inv ? "" : "un"); in svc_rdma_parse_connect_private()193 struct svcxprt_rdma *newxprt; in handle_connect_req() local196 newxprt = svc_rdma_create_xprt(listen_xprt->sc_xprt.xpt_server, in handle_connect_req()199 if (!newxprt) in handle_connect_req()201 newxprt->sc_cm_id = new_cma_id; in handle_connect_req()202 new_cma_id->context = newxprt; in handle_connect_req()203 svc_rdma_parse_connect_private(newxprt, param); in handle_connect_req()206 newxprt->sc_ord = param->initiator_depth; in handle_connect_req()[all …]
306 struct svc_xprt *newxprt; in _svc_xprt_create() local316 newxprt = __svc_xpo_create(xcl, serv, net, family, port, flags); in _svc_xprt_create()317 if (IS_ERR(newxprt)) { in _svc_xprt_create()319 return PTR_ERR(newxprt); in _svc_xprt_create()321 newxprt->xpt_cred = get_cred(cred); in _svc_xprt_create()322 svc_add_new_perm_xprt(serv, newxprt); in _svc_xprt_create()323 newport = svc_xprt_local_port(newxprt); in _svc_xprt_create()