Searched refs:chan_rdma_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c562 if (chanp->chan_rdma_id)
563 (chanp->chan_rdma_id)->context = NULL;
565 rdma_destroy_id(chanp->chan_rdma_id);
844 chanp->chan_rdma_id = rdma_create_id(sol_ucma_evt_hdlr,
846 if (chanp->chan_rdma_id == NULL) {
854 (chanp->chan_rdma_id)->context = chanp;
856 rdma_map_id2clnthdl(chanp->chan_rdma_id, sol_ucma.ucma_ib_clnt_hdl,
942 if (chanp->chan_rdma_id)
943 (chanp->chan_rdma_id)->context = NULL;
945 rdma_destroy_id(chanp->chan_rdma_id);
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h106 struct rdma_cm_id *chan_rdma_id; member in struct:__anon7946

Completed in 47 milliseconds