Searched refs:actor_state (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.h119 u8 actor_state; member in struct:lacpdu
H A Dbond_3ad.c465 * actor_state.aggregation in the received PDU is set to FALSE, i.e., indicates
468 * link if either the PDU's actor_state.lacp_activity variable is TRUE or both
486 ((lacpdu->actor_state & AD_STATE_AGGREGATION) == 0)
516 partner->port_state = lacpdu->actor_state;
522 if ((port->sm_vars & AD_PORT_MATCHED) && (lacpdu->actor_state & AD_STATE_SYNCHRONIZATION)) {
574 (lacpdu->actor_state & AD_STATE_AGGREGATION) != (partner->port_state & AD_STATE_AGGREGATION)) {
794 lacpdu->actor_state = port->actor_oper_port_state;

Completed in 112 milliseconds