Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c470 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) == (port->actor_oper_port_state & LACP_STATE_AGG… in __choose_matched()
505 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
539 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
632 …((lacpdu->partner_state & LACP_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & LACP_STATE_L… in __update_ntt()
633 …((lacpdu->partner_state & LACP_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & LACP_STATE_LA… in __update_ntt()
634 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
635 …((lacpdu->partner_state & LACP_STATE_AGGREGATION) != (port->actor_oper_port_state & LACP_STATE_AGG… in __update_ntt()
812 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
815 port->actor_oper_port_state); in __update_lacpdu_from_port()
1017 port->actor_oper_port_state |= in ad_mux_machine()
[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.c72 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
/openbmc/linux/include/net/
H A Dbond_3ad.h216 u8 actor_oper_port_state; member