Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/team/
H A Dteam.c517 static bool team_is_mode_set(struct team *team) in team_is_mode_set() function
535 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
541 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
557 if (team_is_mode_set(team)) { in __team_change_mode()
602 if (team_is_mode_set(team) && strcmp(team->mode->kind, kind) == 0) { in team_change_mode()
/kernel/linux/linux-6.6/drivers/net/team/
H A Dteam.c516 static bool team_is_mode_set(struct team *team) in team_is_mode_set() function
534 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
540 if (!team->en_port_count || !team_is_mode_set(team) || in team_adjust_ops()
556 if (team_is_mode_set(team)) { in __team_change_mode()
601 if (team_is_mode_set(team) && strcmp(team->mode->kind, kind) == 0) { in team_change_mode()

Completed in 8 milliseconds