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

/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c101 struct mcast_group { struct
136 struct mcast_group *group;
162 static struct mcast_group *mcast_find(struct mlx4_ib_demux_ctx *ctx,
166 struct mcast_group *group;
170 group = rb_entry(node, struct mcast_group, node);
183 static struct mcast_group *mcast_insert(struct mlx4_ib_demux_ctx *ctx,
184 struct mcast_group *group)
188 struct mcast_group *cur_group;
193 cur_group = rb_entry(parent, struct mcast_group, node);
252 static int send_join_to_wire(struct mcast_group *grou
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c101 struct mcast_group { struct
122 struct mcast_group *group;
134 static struct mcast_group *mcast_find(struct mcast_port *port,
138 struct mcast_group *group;
142 group = rb_entry(node, struct mcast_group, node);
155 static struct mcast_group *mcast_insert(struct mcast_port *port,
156 struct mcast_group *group,
161 struct mcast_group *cur_group;
166 cur_group = rb_entry(parent, struct mcast_group, node);
190 static void release_group(struct mcast_group *grou
[all...]

Completed in 88 milliseconds