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

/drivers/net/bonding/
H A Dbond_3ad.c454 * actor_oper_port_state.aggregation and lacp will actively maintain the link
460 * the actor's actor_oper_port_state.lacp_activity and the PDU's
475 ((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGATION))) ||
493 * actor_oper_port_state.defaulted to FALSE.
509 // set actor_oper_port_state.defaulted to FALSE
510 port->actor_oper_port_state &= ~AD_STATE_DEFAULTED;
527 * values and sets actor_oper_port_state.defaulted to TRUE.
536 // set actor_oper_port_state.defaulted to true
537 port->actor_oper_port_state |= AD_STATE_DEFAULTED;
551 * then selected is set to FALSE and actor_oper_port_state
[all...]
H A Dbond_3ad.h215 u8 actor_oper_port_state; member in struct:port

Completed in 104 milliseconds