Lines Matching refs:actor_oper_port_state
431 …((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGA… in __choose_matched()
466 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED; in __record_pdu()
498 port->actor_oper_port_state |= AD_STATE_DEFAULTED; in __record_default()
591 …((lacpdu->partner_state & AD_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & AD_STATE_LACP_… in __update_ntt()
592 …((lacpdu->partner_state & AD_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & AD_STATE_LACP_T… in __update_ntt()
593 …((lacpdu->partner_state & AD_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & AD_STATE_SYN… in __update_ntt()
594 …((lacpdu->partner_state & AD_STATE_AGGREGATION) != (port->actor_oper_port_state & AD_STATE_AGGREGA… in __update_ntt()
732 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
734 port->slave->dev->name, port->actor_oper_port_state); in __update_lacpdu_from_port()
922 port->actor_oper_port_state |= in ad_mux_machine()
930 !(port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
959 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
962 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
963 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
971 port->actor_oper_port_state |= in ad_mux_machine()
974 port->actor_oper_port_state &= in ad_mux_machine()
976 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
977 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
983 port->actor_oper_port_state |= AD_STATE_COLLECTING; in ad_mux_machine()
984 port->actor_oper_port_state |= AD_STATE_DISTRIBUTING; in ad_mux_machine()
985 port->actor_oper_port_state |= AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1083 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1096 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1110 port->actor_oper_port_state |= AD_STATE_EXPIRED; in ad_rx_machine()
1117 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1131 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & AD_STATE… in ad_rx_machine()
1132 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1160 if (port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1225 …(!(port->actor_oper_port_state & AD_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & AD_S… in ad_periodic_machine()
1467 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1765 port->actor_oper_port_state = AD_STATE_AGGREGATION | in ad_initialize_port()
1769 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in ad_initialize_port()
2016 port->actor_oper_port_state &= ~AD_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2565 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2567 port->actor_oper_port_state &= ~AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()