Lines Matching refs:actor_oper_port_state
450 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG… in __choose_matched()
485 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
519 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
612 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
613 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
614 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
615 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
783 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
786 port->actor_oper_port_state); in __update_lacpdu_from_port()
988 port->actor_oper_port_state |= 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()
1028 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1029 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1037 port->actor_oper_port_state |= in ad_mux_machine()
1040 port->actor_oper_port_state &= in ad_mux_machine()
1042 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1043 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1049 port->actor_oper_port_state |= LACP_STATE_COLLECTING; in ad_mux_machine()
1050 port->actor_oper_port_state |= LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1051 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1149 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1161 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1175 port->actor_oper_port_state |= LACP_STATE_EXPIRED; in ad_rx_machine()
1182 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1195 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & LACP_STA… in ad_rx_machine()
1196 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1224 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1291 …(!(port->actor_oper_port_state & LACP_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & LA… in ad_periodic_machine()
1535 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1843 port->actor_oper_port_state = LACP_STATE_AGGREGATION | in ad_initialize_port()
1847 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in ad_initialize_port()
2099 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()
2100 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in bond_3ad_unbind_slave()
2101 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in bond_3ad_unbind_slave()
2102 port->actor_oper_port_state &= ~LACP_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2689 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2691 port->actor_oper_port_state &= ~LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()