Lines Matching refs:LACP_STATE_SYNCHRONIZATION
503 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
504 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
508 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
626 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
989 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
1007 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1013 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
1014 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1043 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1056 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1059 ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1069 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1188 port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_rx_machine()
1242 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1252 if (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1554 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
2118 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()