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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.h95 } ibcma_mcast_t; typedef in typeref:struct:ibcma_mcast_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c111 ibcma_mcast_t *ibmcastp;
118 ibmcastp = (ibcma_mcast_t *)entry->data;
127 kmem_free(ibmcastp, sizeof (ibcma_mcast_t));
882 ibcma_mcast_t *ibmcastp = NULL;
891 ibmcastp = kmem_zalloc(sizeof (ibcma_mcast_t), KM_SLEEP);
906 kmem_free(ibmcastp, sizeof (ibcma_mcast_t));
943 kmem_free(ibmcastp, sizeof (ibcma_mcast_t));
959 ibcma_mcast_t *ibmcastp = NULL;
966 ibmcastp = (ibcma_mcast_t *)entry->data;
987 kmem_free(ibmcastp, sizeof (ibcma_mcast_t));
[all...]

Completed in 60 milliseconds