Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c208 rdma_xprt_record_t *xprt_rec; in svc_rdma_kcreate() local
233 xprt_rec = NULL; in svc_rdma_kcreate()
309 xprt_rec = kmem_alloc(sizeof (*xprt_rec), KM_SLEEP); in svc_rdma_kcreate()
310 xprt_rec->rtr_xprt_ptr = xprt; in svc_rdma_kcreate()
311 xprt_rec->rtr_next = started_xprts->rtg_listhead; in svc_rdma_kcreate()
312 started_xprts->rtg_listhead = xprt_rec; in svc_rdma_kcreate()