Home
last modified time | relevance | path

Searched refs:actor_oper_port_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_3ad.c431 …((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()
[all …]
Dbond_procfs.c208 port->actor_oper_port_state); in bond_info_show_slave()
/linux-4.1.27/include/net/
Dbond_3ad.h222 u8 actor_oper_port_state; member