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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c111 ibcma_mcast_t *ibmcastp; local
118 ibmcastp = (ibcma_mcast_t *)entry->data;
122 ibmcastp->mcast_gid, zero_gid, IB_MC_JSTATE_FULL);
127 kmem_free(ibmcastp, sizeof (ibcma_mcast_t));
882 ibcma_mcast_t *ibmcastp = NULL; local
891 ibmcastp = kmem_zalloc(sizeof (ibcma_mcast_t), KM_SLEEP);
892 ibmcastp->mcast_idp = idp;
893 ibmcastp->mcast_ctx = context;
894 bcopy(addr, &ibmcastp->mcast_addr, sizeof (struct sockaddr));
895 SOL_OFS_DPRINTF_L5(sol_rdmacm_dbg_str, "join_mcast: ibmcastp
959 ibcma_mcast_t *ibmcastp = NULL; local
[all...]

Completed in 63 milliseconds