Home
last modified time | relevance | path

Searched refs:team_is_mode_set (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/team/
Dteam.c511 static bool team_is_mode_set(struct team *team) in team_is_mode_set() function
529 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
535 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
551 if (team_is_mode_set(team)) { in __team_change_mode()
596 if (team_is_mode_set(team) && strcmp(team->mode->kind, kind) == 0) { in team_change_mode()