Lines Matching refs:actor_oper_port_state

462 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG…  in __choose_matched()
497 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
531 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
624 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
625 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
626 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
627 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
801 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
804 port->actor_oper_port_state); in __update_lacpdu_from_port()
1006 port->actor_oper_port_state |= 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()
1046 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1047 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1055 port->actor_oper_port_state |= in ad_mux_machine()
1058 port->actor_oper_port_state &= in ad_mux_machine()
1060 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1061 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1067 port->actor_oper_port_state |= LACP_STATE_COLLECTING; in ad_mux_machine()
1068 port->actor_oper_port_state |= LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1069 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1167 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1179 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1193 port->actor_oper_port_state |= LACP_STATE_EXPIRED; in ad_rx_machine()
1200 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1213 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & LACP_STA… in ad_rx_machine()
1214 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1242 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1310 …(!(port->actor_oper_port_state & LACP_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & LA… in ad_periodic_machine()
1554 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1862 port->actor_oper_port_state = LACP_STATE_AGGREGATION | in ad_initialize_port()
1866 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in ad_initialize_port()
2118 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()
2119 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in bond_3ad_unbind_slave()
2120 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in bond_3ad_unbind_slave()
2121 port->actor_oper_port_state &= ~LACP_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2708 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2710 port->actor_oper_port_state &= ~LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()