Lines Matching refs:actor_oper_port_state
430 …((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGA… in __choose_matched()
465 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED; in __record_pdu()
497 port->actor_oper_port_state |= AD_STATE_DEFAULTED; in __record_default()
590 …((lacpdu->partner_state & AD_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & AD_STATE_LACP_… in __update_ntt()
591 …((lacpdu->partner_state & AD_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & AD_STATE_LACP_T… in __update_ntt()
592 …((lacpdu->partner_state & AD_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & AD_STATE_SYN… in __update_ntt()
593 …((lacpdu->partner_state & AD_STATE_AGGREGATION) != (port->actor_oper_port_state & AD_STATE_AGGREGA… in __update_ntt()
731 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
733 port->slave->dev->name, port->actor_oper_port_state); in __update_lacpdu_from_port()
921 port->actor_oper_port_state |= in ad_mux_machine()
929 !(port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
958 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
961 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
962 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
970 port->actor_oper_port_state |= in ad_mux_machine()
973 port->actor_oper_port_state &= in ad_mux_machine()
975 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
976 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
982 port->actor_oper_port_state |= AD_STATE_COLLECTING; in ad_mux_machine()
983 port->actor_oper_port_state |= AD_STATE_DISTRIBUTING; in ad_mux_machine()
984 port->actor_oper_port_state |= AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1082 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1095 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1109 port->actor_oper_port_state |= AD_STATE_EXPIRED; in ad_rx_machine()
1116 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1130 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & AD_STATE… in ad_rx_machine()
1131 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1159 if (port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1224 …(!(port->actor_oper_port_state & AD_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & AD_S… in ad_periodic_machine()
1466 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1764 port->actor_oper_port_state = AD_STATE_AGGREGATION | in ad_initialize_port()
1768 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in ad_initialize_port()
2014 port->actor_oper_port_state &= ~AD_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2560 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2562 port->actor_oper_port_state &= ~AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()