Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/ !
H A Dbond_3ad.c237 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) in __port_move_to_attached_state()
530 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG… in __choose_matched()
565 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
599 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
692 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
693 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
694 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
695 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
890 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
893 port->actor_oper_port_state); in __update_lacpdu_from_port()
[all …]
H A Dbond_sysfs_slave.c83 ad_port->actor_oper_port_state); in ad_actor_oper_port_state_show()
H A Dbond_procfs.c243 port->actor_oper_port_state); in bond_info_show_slave()
H A Dbond_netlink.c74 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
/linux/include/net/ !
H A Dbond_3ad.h219 u8 actor_oper_port_state; member