Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_rdma.c203 rdma_xprt_record_t *xprt_rec; in svc_rdma_kcreate() local
228 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()