Lines Matching refs:linkup
89 info.link_up = port->linkup; in team_lower_state_changed()
96 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup()
97 port->state.linkup; in team_refresh_port_linkup()
99 if (port->linkup != new_linkup) { in team_refresh_port_linkup()
100 port->linkup = new_linkup; in team_refresh_port_linkup()
1140 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1482 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1492 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
2693 (port->state.linkup && in team_nl_fill_one_port_get()
2886 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send() argument
2891 port->state.linkup = linkup; in __team_port_change_send()
2893 if (linkup) { in __team_port_change_send()
2924 if (port->linkup) { in __team_carrier_check()
2936 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check() argument
2938 if (port->state.linkup != linkup) in __team_port_change_check()
2939 __team_port_change_send(port, linkup); in __team_port_change_check()
2943 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added() argument
2945 __team_port_change_send(port, linkup); in __team_port_change_port_added()
2956 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check() argument
2960 __team_port_change_check(port, linkup); in team_port_change_check()