Lines Matching refs:LACP_STATE_SYNCHRONIZATION
491 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
492 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
496 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
614 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
971 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
989 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
995 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
996 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1025 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1038 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1041 ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1051 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1170 port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_rx_machine()
1224 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1234 if (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1535 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
2099 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()