Symbol: LACP_STATE_SYNCHRONIZATION
drivers/net/bonding/bond_3ad.c
1087
(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) &&
drivers/net/bonding/bond_3ad.c
1109
LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1128
(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) &&
drivers/net/bonding/bond_3ad.c
1149
!(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) ||
drivers/net/bonding/bond_3ad.c
1150
!(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) {
drivers/net/bonding/bond_3ad.c
1179
port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1192
LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1195
~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1205
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1213
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1220
port->actor_oper_port_state |= LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1346
port->partner_oper.port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
1398
if (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION) {
drivers/net/bonding/bond_3ad.c
1408
if (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) {
drivers/net/bonding/bond_3ad.c
1710
port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION;
drivers/net/bonding/bond_3ad.c
2320
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)) ||