Lines Matching refs:actor_oper_port_state
476 …((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGA… in __choose_matched()
511 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED; in __record_pdu()
543 port->actor_oper_port_state |= AD_STATE_DEFAULTED; in __record_default()
636 …((lacpdu->partner_state & AD_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & AD_STATE_LACP_… in __update_ntt()
637 …((lacpdu->partner_state & AD_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & AD_STATE_LACP_T… in __update_ntt()
638 …((lacpdu->partner_state & AD_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & AD_STATE_SYN… in __update_ntt()
639 …((lacpdu->partner_state & AD_STATE_AGGREGATION) != (port->actor_oper_port_state & AD_STATE_AGGREGA… in __update_ntt()
807 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
809 port->slave->dev->name, port->actor_oper_port_state); in __update_lacpdu_from_port()
997 port->actor_oper_port_state |= in ad_mux_machine()
1005 !(port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1034 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1037 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
1038 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
1046 port->actor_oper_port_state |= in ad_mux_machine()
1049 port->actor_oper_port_state &= in ad_mux_machine()
1051 port->actor_oper_port_state &= ~AD_STATE_COLLECTING; in ad_mux_machine()
1052 port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING; in ad_mux_machine()
1058 port->actor_oper_port_state |= AD_STATE_COLLECTING; in ad_mux_machine()
1059 port->actor_oper_port_state |= AD_STATE_DISTRIBUTING; in ad_mux_machine()
1060 port->actor_oper_port_state |= AD_STATE_SYNCHRONIZATION; in ad_mux_machine()
1154 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1166 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1180 port->actor_oper_port_state |= AD_STATE_EXPIRED; in ad_rx_machine()
1187 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1201 …counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & AD_STATE… in ad_rx_machine()
1202 port->actor_oper_port_state &= ~AD_STATE_EXPIRED; in ad_rx_machine()
1230 if (port->actor_oper_port_state & AD_STATE_SYNCHRONIZATION) { in ad_churn_machine()
1295 …(!(port->actor_oper_port_state & AD_STATE_LACP_ACTIVITY) && !(port->partner_oper.port_state & AD_S… in ad_periodic_machine()
1537 port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION; in ad_port_selection_logic()
1841 port->actor_oper_port_state = AD_STATE_AGGREGATION | in ad_initialize_port()
1845 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in ad_initialize_port()
2089 port->actor_oper_port_state &= ~AD_STATE_AGGREGATION; in bond_3ad_unbind_slave()
2672 port->actor_oper_port_state |= AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()
2674 port->actor_oper_port_state &= ~AD_STATE_LACP_TIMEOUT; in bond_3ad_update_lacp_rate()