Lines Matching defs:mcast_group

101 struct mcast_group {
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 *group, struct ib_sa_mad *sa_mad)
279 static int send_leave_to_wire(struct mcast_group *group, u8 join_state)
318 static int send_reply_to_slave(int slave, struct mcast_group *group,
437 static int release_group(struct mcast_group *group, int from_timeout_handler)
474 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc)
483 static u8 get_leave_state(struct mcast_group *group)
495 static int join_group(struct mcast_group *group, int slave, u8 join_mask)
511 static int leave_group(struct mcast_group *group, int slave, u8 leave_state)
524 static int check_leave(struct mcast_group *group, int slave, u8 leave_mask)
542 struct mcast_group *group;
584 static int handle_leave_req(struct mcast_group *group, u8 leave_mask,
605 static int handle_join_req(struct mcast_group *group, u8 join_mask,
644 struct mcast_group *group;
747 static struct mcast_group *search_relocate_mgid0_group(struct mlx4_ib_demux_ctx *ctx,
751 struct mcast_group *group = NULL, *cur_group, *n;
811 static struct mcast_group *acquire_group(struct mlx4_ib_demux_ctx *ctx,
815 struct mcast_group *group, *cur_group;
875 struct mcast_group *group = req->group;
892 struct mcast_group *group;
941 struct mcast_group *group;
996 struct mcast_group *group =
997 container_of(attr, struct mcast_group, dentry);
1064 static void force_clean_group(struct mcast_group *group)
1081 struct mcast_group *group;
1107 group = rb_entry(p, struct mcast_group, node);
1167 static void clear_pending_reqs(struct mcast_group *group, int vf)
1200 static int push_deleteing_req(struct mcast_group *group, int slave)
1233 struct mcast_group *group;
1238 group = rb_entry(p, struct mcast_group, node);