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);
1464 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1475 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
2685 (port->state.linkup && in team_nl_fill_one_port_get()
2896 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send() argument
2901 port->state.linkup = linkup; in __team_port_change_send()
2903 if (linkup) { in __team_port_change_send()
2934 if (port->linkup) { in __team_carrier_check()
2946 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check() argument
2948 if (port->state.linkup != linkup) in __team_port_change_check()
2949 __team_port_change_send(port, linkup); in __team_port_change_check()
2953 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added() argument
2955 __team_port_change_send(port, linkup); in __team_port_change_port_added()
2966 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check() argument
2971 __team_port_change_check(port, linkup); in team_port_change_check()