Lines Matching refs:actor_oper_port_state
235 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) in __port_move_to_attached_state()
517 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG… in __choose_matched()
552 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
586 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
679 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
680 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
681 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
682 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
859 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
862 port->actor_oper_port_state); in __update_lacpdu_from_port()
1080 port->actor_oper_port_state |= in ad_mux_machine()
1122 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1151 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1154 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1155 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1163 port->actor_oper_port_state |= in ad_mux_machine()
1166 port->actor_oper_port_state &= in ad_mux_machine()
1168 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1169 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1175 port->actor_oper_port_state |= LACP_STATE_COLLECTING; in ad_mux_machine()
1176 port->actor_oper_port_state |= LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1177 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1183 port->actor_oper_port_state |= LACP_STATE_COLLECTING; in ad_mux_machine()
1184 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1185 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1191 port->actor_oper_port_state |= LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1192 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1289 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1301 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1315 port->actor_oper_port_state |= LACP_STATE_EXPIRED; in ad_rx_machine()
1322 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1335 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & LACP_STA… in ad_rx_machine()
1336 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1364 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1433 …(!(port->actor_oper_port_state & LACP_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & LA… in ad_periodic_machine()
1678 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1987 port->actor_oper_port_state = LACP_STATE_AGGREGATION | in ad_initialize_port()
1991 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in ad_initialize_port()
2268 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()
2269 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in bond_3ad_unbind_slave()
2270 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in bond_3ad_unbind_slave()
2271 port->actor_oper_port_state &= ~LACP_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2879 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2881 port->actor_oper_port_state &= ~LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()