Searched refs:cma_xprt (Results 1 – 1 of 1) sorted by relevance
168 struct svcxprt_rdma *cma_xprt; in svc_rdma_create_xprt() local170 cma_xprt = kzalloc_node(sizeof(*cma_xprt), GFP_KERNEL, node); in svc_rdma_create_xprt()171 if (!cma_xprt) in svc_rdma_create_xprt()174 svc_xprt_init(net, &svc_rdma_class, &cma_xprt->sc_xprt, serv); in svc_rdma_create_xprt()175 INIT_LIST_HEAD(&cma_xprt->sc_accept_q); in svc_rdma_create_xprt()176 INIT_LIST_HEAD(&cma_xprt->sc_rq_dto_q); in svc_rdma_create_xprt()177 INIT_LIST_HEAD(&cma_xprt->sc_read_complete_q); in svc_rdma_create_xprt()178 init_llist_head(&cma_xprt->sc_send_ctxts); in svc_rdma_create_xprt()179 init_llist_head(&cma_xprt->sc_recv_ctxts); in svc_rdma_create_xprt()180 init_llist_head(&cma_xprt->sc_rw_ctxts); in svc_rdma_create_xprt()[all …]