Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/team/
Dteam.c515 static bool team_is_mode_set(struct team *team) in team_is_mode_set() function
533 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
539 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
555 if (team_is_mode_set(team)) { in __team_change_mode()
600 if (team_is_mode_set(team) && strcmp(team->mode->kind, kind) == 0) { in team_change_mode()