Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_3ad.c460 …((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGA… in __choose_matched()
495 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED; in __record_pdu()
529 port->actor_oper_port_state |= AD_STATE_DEFAULTED; in __record_default()
622 …((lacpdu->partner_state & AD_STATE_LACP_ACTIVITY) != (port->actor_oper_port_state & AD_STATE_LACP_… in __update_ntt()
623 …((lacpdu->partner_state & AD_STATE_LACP_TIMEOUT) != (port->actor_oper_port_state & AD_STATE_LACP_T… in __update_ntt()
624 …((lacpdu->partner_state & AD_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & AD_STATE_SYN… in __update_ntt()
625 …((lacpdu->partner_state & AD_STATE_AGGREGATION) != (port->actor_oper_port_state & AD_STATE_AGGREGA… in __update_ntt()
793 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
796 port->actor_oper_port_state); in __update_lacpdu_from_port()
998 port->actor_oper_port_state |= in ad_mux_machine()
[all …]
Dbond_sysfs_slave.c89 ad_port->actor_oper_port_state); in ad_actor_oper_port_state_show()
Dbond_procfs.c222 port->actor_oper_port_state); in bond_info_show_slave()
Dbond_netlink.c67 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
/Linux-v5.4/include/net/
Dbond_3ad.h218 u8 actor_oper_port_state; member