Searched refs:team_mode_ops (Results 1 – 7 of 7) sorted by relevance
121 struct team_mode_ops { struct185 const struct team_mode_ops *ops;213 struct team_mode_ops ops;
39 static const struct team_mode_ops rnd_mode_ops = {
50 static const struct team_mode_ops rr_mode_ops = {
49 static const struct team_mode_ops bc_mode_ops = {
117 static const struct team_mode_ops ab_mode_ops = {
669 static const struct team_mode_ops lb_mode_ops = {
573 memset(&team->ops, 0, sizeof(struct team_mode_ops)); in __team_change_mode()597 memcpy(&team->ops, new_mode->ops, sizeof(struct team_mode_ops)); in __team_change_mode()