Searched refs:LACP_STATE_SYNCHRONIZATION (Results 1 – 2 of 2) sorted by relevance
558 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()559 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()563 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()681 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()1070 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1153 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1156 ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1166 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1174 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()1181 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()[all …]
103 #define LACP_STATE_SYNCHRONIZATION 0x8 macro