Searched refs:LACP_STATE_AGGREGATION (Results 1 – 2 of 2) sorted by relevance
216 .lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |503 if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0) in lacp_tick()1042 if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0) { in lacp_compose_key()1220 la->la_actor.lip_state = lp->lp_state & LACP_STATE_AGGREGATION; in lacp_fill_aggregator_id()1240 if (!(lp->lp_state & LACP_STATE_AGGREGATION) || in lacp_aggregator_is_compatible()1241 !(lp->lp_partner.lip_state & LACP_STATE_AGGREGATION)) { in lacp_aggregator_is_compatible()1245 if (!(la->la_actor.lip_state & LACP_STATE_AGGREGATION)) { in lacp_aggregator_is_compatible()1279 lp->lp_state |= LACP_STATE_AGGREGATION; in lacp_port_enable()1287 lp->lp_state &= ~LACP_STATE_AGGREGATION; in lacp_port_disable()1290 lp->lp_partner.lip_state &= ~LACP_STATE_AGGREGATION; in lacp_port_disable()[all …]
57 #define LACP_STATE_AGGREGATION (1<<2) macro