Searched refs:LACP_STATE_SYNCHRONIZATION (Results 1 – 2 of 2) sorted by relevance
236 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in __port_move_to_attached_state()237 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) in __port_move_to_attached_state()571 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()572 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()576 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()694 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()1087 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()1109 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1128 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()1149 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()[all …]
103 #define LACP_STATE_SYNCHRONIZATION 0x8 macro