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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c95 struct mcast_group { struct
130 struct mcast_group *group;
156 static struct mcast_group *mcast_find(struct mlx4_ib_demux_ctx *ctx,
160 struct mcast_group *group;
164 group = rb_entry(node, struct mcast_group, node);
177 static struct mcast_group *mcast_insert(struct mlx4_ib_demux_ctx *ctx,
178 struct mcast_group *group)
182 struct mcast_group *cur_group;
187 cur_group = rb_entry(parent, struct mcast_group, node);
244 static int send_join_to_wire(struct mcast_group *grou
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c96 struct mcast_group { struct
118 struct mcast_group *group;
130 static struct mcast_group *mcast_find(struct mcast_port *port,
134 struct mcast_group *group;
138 group = rb_entry(node, struct mcast_group, node);
151 static struct mcast_group *mcast_insert(struct mcast_port *port,
152 struct mcast_group *group,
157 struct mcast_group *cur_group;
162 cur_group = rb_entry(parent, struct mcast_group, node);
186 static void release_group(struct mcast_group *grou
[all...]

Completed in 53 milliseconds