Symbol: LACP_STATE_SYNCHRONIZATION
drivers/net/bonding/bond_3ad.c
1104
(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) &&
drivers/net/bonding/bond_3ad.c
1126
LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1145
(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) &&
drivers/net/bonding/bond_3ad.c
1166
!(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) ||
drivers/net/bonding/bond_3ad.c
1167
!(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) {
drivers/net/bonding/bond_3ad.c
1196
port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1209
LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1212
~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1222
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1230
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1237
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1340
port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1364
port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1416
if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) {
drivers/net/bonding/bond_3ad.c
1427
if (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) {
drivers/net/bonding/bond_3ad.c
1730
port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
2351
port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
236
!(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) ||
drivers/net/bonding/bond_3ad.c
237
!(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION))
drivers/net/bonding/bond_3ad.c
571
(lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) {
drivers/net/bonding/bond_3ad.c
572
partner->port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
576
partner->port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
694
((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) ||