Lines Matching refs:actor_oper_port_state
464 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG… in __choose_matched()
499 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
533 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
626 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
627 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
628 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
629 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
803 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
806 port->actor_oper_port_state); in __update_lacpdu_from_port()
1008 port->actor_oper_port_state |= in ad_mux_machine()
1016 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1045 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1048 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1049 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1057 port->actor_oper_port_state |= in ad_mux_machine()
1060 port->actor_oper_port_state &= in ad_mux_machine()
1062 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in ad_mux_machine()
1063 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1069 port->actor_oper_port_state |= LACP_STATE_COLLECTING; in ad_mux_machine()
1070 port->actor_oper_port_state |= LACP_STATE_DISTRIBUTING; in ad_mux_machine()
1071 port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1169 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1181 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1195 port->actor_oper_port_state |= LACP_STATE_EXPIRED; in ad_rx_machine()
1202 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1215 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & LACP_STA… in ad_rx_machine()
1216 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1244 if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1312 …(!(port->actor_oper_port_state & LACP_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & LA… in ad_periodic_machine()
1556 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1865 port->actor_oper_port_state = LACP_STATE_AGGREGATION | in ad_initialize_port()
1869 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in ad_initialize_port()
2109 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()
2110 port->actor_oper_port_state &= ~LACP_STATE_COLLECTING; in bond_3ad_unbind_slave()
2111 port->actor_oper_port_state &= ~LACP_STATE_DISTRIBUTING; in bond_3ad_unbind_slave()
2112 port->actor_oper_port_state &= ~LACP_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2720 port->actor_oper_port_state |= LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2722 port->actor_oper_port_state &= ~LACP_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()