Searched defs:ucma_mcast_uo_tbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c132 sol_ofs_uobj_table_t ucma_mcast_uo_tbl; variable
1490 if (sol_ofs_uobj_add(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj) != 0) {
1504 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl,
1523 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl,
1547 mcastp = (sol_ucma_mcast_t *)sol_ofs_uobj_get_read(&ucma_mcast_uo_tbl,
1573 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj);
2003 sol_ofs_uobj_tbl_init(&ucma_mcast_uo_tbl, sizeof (sol_ucma_mcast_t));
2011 sol_ofs_uobj_tbl_fini(&ucma_mcast_uo_tbl);

Completed in 62 milliseconds