Lines Matching refs:ipath_mcast
85 static struct ipath_mcast *ipath_mcast_alloc(union ib_gid *mgid) in ipath_mcast_alloc()
87 struct ipath_mcast *mcast; in ipath_mcast_alloc()
103 static void ipath_mcast_free(struct ipath_mcast *mcast) in ipath_mcast_free()
121 struct ipath_mcast *ipath_mcast_find(union ib_gid *mgid) in ipath_mcast_find()
125 struct ipath_mcast *mcast; in ipath_mcast_find()
132 mcast = rb_entry(n, struct ipath_mcast, rb_node); in ipath_mcast_find()
164 struct ipath_mcast *mcast, in ipath_mcast_add()
174 struct ipath_mcast *tmcast; in ipath_mcast_add()
178 tmcast = rb_entry(pn, struct ipath_mcast, rb_node); in ipath_mcast_add()
240 struct ipath_mcast *mcast; in ipath_multicast_attach()
289 struct ipath_mcast *mcast = NULL; in ipath_multicast_detach()
306 mcast = rb_entry(n, struct ipath_mcast, rb_node); in ipath_multicast_detach()