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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c483 (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) &&
634 (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) ||
791 lacpdu->actor_key = htons(port->actor_oper_port_key);
1094 if (!(port->actor_oper_port_key & AD_DUPLEX_KEY_BITS)) {
1342 if (((aggregator->actor_oper_aggregator_key == port->actor_oper_port_key) && // if all parameters match AND
1377 if (port->actor_oper_port_key & AD_DUPLEX_KEY_BITS) {// if port is full duplex
1384 port->aggregator->actor_oper_aggregator_key = port->actor_oper_port_key;
1678 port->actor_oper_port_key = 1;
1870 port->actor_oper_port_key = port->actor_admin_port_key;
1872 if (!(port->actor_oper_port_key
[all...]
H A Dbond_3ad.h213 u16 actor_oper_port_key; member in struct:port

Completed in 166 milliseconds