Home
last modified time | relevance | path

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.c563 if (chanp->chan_rdma_id) in sol_ucma_close()
564 (chanp->chan_rdma_id)->context = NULL; in sol_ucma_close()
566 rdma_destroy_id(chanp->chan_rdma_id); in sol_ucma_close()
846 chanp->chan_rdma_id = rdma_create_id(sol_ucma_evt_hdlr,
848 if (chanp->chan_rdma_id == NULL) {
856 (chanp->chan_rdma_id)->context = chanp;
858 rdma_map_id2clnthdl(chanp->chan_rdma_id, sol_ucma.ucma_ib_clnt_hdl,
944 if (chanp->chan_rdma_id)
945 (chanp->chan_rdma_id)->context = NULL;
947 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