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

/freebsd-13-stable/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-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c103 struct mcast_group { struct
124 struct mcast_group *group;
136 static struct mcast_group *mcast_find(struct mcast_port *port,
140 struct mcast_group *group;
144 group = rb_entry(node, struct mcast_group, node);
157 static struct mcast_group *mcast_insert(struct mcast_port *port,
158 struct mcast_group *group,
163 struct mcast_group *cur_group;
168 cur_group = rb_entry(parent, struct mcast_group, node);
192 static void release_group(struct mcast_group *grou
[all...]

Completed in 165 milliseconds