Lines Matching refs:linkup
86 info.link_up = port->linkup; in team_lower_state_changed()
93 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup()
94 port->state.linkup; in team_refresh_port_linkup()
96 if (port->linkup != new_linkup) { in team_refresh_port_linkup()
97 port->linkup = new_linkup; in team_refresh_port_linkup()
1127 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1468 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1479 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
2697 (port->state.linkup && in team_nl_fill_one_port_get()
2908 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send() argument
2913 port->state.linkup = linkup; in __team_port_change_send()
2915 if (linkup) { in __team_port_change_send()
2946 if (port->linkup) { in __team_carrier_check()
2958 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check() argument
2960 if (port->state.linkup != linkup) in __team_port_change_check()
2961 __team_port_change_send(port, linkup); in __team_port_change_check()
2965 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added() argument
2967 __team_port_change_send(port, linkup); in __team_port_change_port_added()
2978 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check() argument
2983 __team_port_change_check(port, linkup); in team_port_change_check()