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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1474 sol_ucma_mcast_t *mcastp; local
1485 mcastp = kmem_zalloc(sizeof (sol_ucma_mcast_t), KM_SLEEP);
1486 bcopy((void *)(&(join_buf->addr)), (void *)(&(mcastp->mcast_addr)),
1488 mcastp->mcast_chan = chanp;
1489 sol_ofs_uobj_init(&mcastp->mcast_uobj, NULL, SOL_UCMA_MCAST_TYPE);
1490 if (sol_ofs_uobj_add(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj) != 0) {
1491 sol_ofs_uobj_free(&mcastp->mcast_uobj);
1494 mcastp->mcast_uobj.uo_live = 1;
1495 mcastp->mcast_id = join_resp.id = mcastp
1539 sol_ucma_mcast_t *mcastp; local
[all...]

Completed in 81 milliseconds