Searched refs:xprt_rec (Results 1 – 1 of 1) sorted by relevance
203 rdma_xprt_record_t *xprt_rec; in svc_rdma_kcreate() local228 xprt_rec = NULL; in svc_rdma_kcreate()304 xprt_rec = kmem_alloc(sizeof (*xprt_rec), KM_SLEEP); in svc_rdma_kcreate()305 xprt_rec->rtr_xprt_ptr = xprt; in svc_rdma_kcreate()306 xprt_rec->rtr_next = started_xprts->rtg_listhead; in svc_rdma_kcreate()307 started_xprts->rtg_listhead = xprt_rec; in svc_rdma_kcreate()