Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c128 struct svcxprt_rdma *cma_xprt; in svc_rdma_create_xprt() local
130 cma_xprt = kzalloc_node(sizeof(*cma_xprt), GFP_KERNEL, node); in svc_rdma_create_xprt()
131 if (!cma_xprt) in svc_rdma_create_xprt()
135 INIT_LIST_HEAD(&cma_xprt->sc_accept_q); in svc_rdma_create_xprt()
142 spin_lock_init(&cma_xprt->sc_lock); in svc_rdma_create_xprt()
155 return cma_xprt; in svc_rdma_create_xprt()
302 struct svcxprt_rdma *cma_xprt; in svc_rdma_create() local
308 if (!cma_xprt) in svc_rdma_create()
331 cma_xprt->sc_cm_id = listen_id; in svc_rdma_create()
344 return &cma_xprt->sc_xprt; in svc_rdma_create()
[all …]