Lines Matching refs:linkup

93 	info.link_up = port->linkup;  in team_lower_state_changed()
100 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup()
101 port->state.linkup; in team_refresh_port_linkup()
103 if (port->linkup != new_linkup) { in team_refresh_port_linkup()
104 port->linkup = new_linkup; in team_refresh_port_linkup()
1144 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1448 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1459 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
2634 (port->state.linkup && in team_nl_fill_one_port_get()
2844 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send() argument
2849 port->state.linkup = linkup; in __team_port_change_send()
2851 if (linkup) { in __team_port_change_send()
2882 if (port->linkup) { in __team_carrier_check()
2894 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check() argument
2896 if (port->state.linkup != linkup) in __team_port_change_check()
2897 __team_port_change_send(port, linkup); in __team_port_change_check()
2901 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added() argument
2903 __team_port_change_send(port, linkup); in __team_port_change_port_added()
2914 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check() argument
2919 __team_port_change_check(port, linkup); in team_port_change_check()