Lines Matching refs:LACP_STATE_SYNCHRONIZATION
505 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
506 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
510 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
628 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
991 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
1009 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1015 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
1016 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1045 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1058 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1061 ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1071 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1190 port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_rx_machine()
1244 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1254 if (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1556 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
2109 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()