Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/bonding/
Dbond_3ad.c677 (lacpdu->partner_key == port->actor_oper_port_key) && in __choose_matched()
711 (lacpdu->partner_key != port->actor_oper_port_key) || in __update_ntt()
864 lacpdu->actor_key = port->actor_oper_port_key; in __update_lacpdu_from_port()
1168 if (!(port->actor_oper_port_key & AD_DUPLEX_KEY_BITS)) { in ad_rx_machine()
1409 …if (((aggregator->actor_oper_aggregator_key == port->actor_oper_port_key) && // if all parameters … in ad_port_selection_logic()
1442 if (port->actor_oper_port_key & AD_DUPLEX_KEY_BITS) {// if port is full duplex in ad_port_selection_logic()
1449 port->aggregator->actor_oper_aggregator_key = port->actor_oper_port_key; in ad_port_selection_logic()
1687 port->actor_oper_port_key = 1; in ad_initialize_port()
1950 port->actor_oper_port_key = port->actor_admin_port_key; in bond_3ad_bind_slave()
1952 if (!(port->actor_oper_port_key & AD_DUPLEX_KEY_BITS)) { in bond_3ad_bind_slave()
[all …]
Dbond_3ad.h223 u16 actor_oper_port_key; member