Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_3ad.c450 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) && in __choose_matched()
612 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) || in __update_ntt()
781 lacpdu->actor_key = htons(port->actor_oper_port_key); in __update_lacpdu_from_port()
1144 if (!(port->actor_oper_port_key & AD_DUPLEX_KEY_MASKS)) in ad_rx_machine()
1453 …if (((aggregator->actor_oper_aggregator_key == port->actor_oper_port_key) && /* if all parameters … in ad_port_selection_logic()
1493 if (port->actor_oper_port_key & AD_DUPLEX_KEY_MASKS) in ad_port_selection_logic()
1502 port->actor_oper_port_key; in ad_port_selection_logic()
2458 u16 old_oper_key = port->actor_oper_port_key; in ad_update_actor_keys()
2467 port->actor_oper_port_key = port->actor_admin_port_key; in ad_update_actor_keys()
2469 if (old_oper_key != port->actor_oper_port_key) { in ad_update_actor_keys()
H A Dbond_procfs.c216 port->actor_oper_port_key); in bond_info_show_slave()
/OK3568_Linux_fs/kernel/include/net/
H A Dbond_3ad.h214 u16 actor_oper_port_key; member