Searched refs:team_mode_ops (Results 1 – 7 of 7) sorted by relevance
102 struct team_mode_ops { struct166 const struct team_mode_ops *ops;193 struct team_mode_ops ops;
39 static const struct team_mode_ops rnd_mode_ops = {
49 static const struct team_mode_ops bc_mode_ops = {
50 static const struct team_mode_ops rr_mode_ops = {
117 static const struct team_mode_ops ab_mode_ops = {
649 static const struct team_mode_ops lb_mode_ops = {
553 memset(&team->ops, 0, sizeof(struct team_mode_ops)); in __team_change_mode()577 memcpy(&team->ops, new_mode->ops, sizeof(struct team_mode_ops)); in __team_change_mode()