Lines Matching refs:actor_oper_port_state
460 …((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGA… in __choose_matched()
495 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED; in __record_pdu()
529 port->actor_oper_port_state |= AD_STATE_DEFAULTED; in __record_default()
622 …((lacpdu->partner_state & AD_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & AD_STATE_LACP_… in __update_ntt()
623 …((lacpdu->partner_state & AD_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & AD_STATE_LACP_T… in __update_ntt()
624 …((lacpdu->partner_state & AD_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & AD_STATE_SYN… in __update_ntt()
625 …((lacpdu->partner_state & AD_STATE_AGGREGATION) != (port->actor_oper_port_state & AD_STATE_AGGREGA… in __update_ntt()
793 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
796 port->actor_oper_port_state); in __update_lacpdu_from_port()
998 port->actor_oper_port_state |= in ad_mux_machine()
1006 !(port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1035 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1038 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
1039 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
1047 port->actor_oper_port_state |= in ad_mux_machine()
1050 port->actor_oper_port_state &= in ad_mux_machine()
1052 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
1053 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
1059 port->actor_oper_port_state |= AD_STATE_COLLECTING; in ad_mux_machine()
1060 port->actor_oper_port_state |= AD_STATE_DISTRIBUTING; in ad_mux_machine()
1061 port->actor_oper_port_state |= AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1159 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1171 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1185 port->actor_oper_port_state |= AD_STATE_EXPIRED; in ad_rx_machine()
1192 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1205 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & AD_STATE… in ad_rx_machine()
1206 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1234 if (port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1301 …(!(port->actor_oper_port_state & AD_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & AD_S… in ad_periodic_machine()
1545 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1853 port->actor_oper_port_state = AD_STATE_AGGREGATION | in ad_initialize_port()
1857 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in ad_initialize_port()
2108 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in bond_3ad_unbind_slave()
2109 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in bond_3ad_unbind_slave()
2110 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in bond_3ad_unbind_slave()
2111 port->actor_oper_port_state &= ~AD_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2698 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2700 port->actor_oper_port_state &= ~AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()