Home
last modified time | relevance | path

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

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