Searched refs:LACP_STATE_SYNC (Results 1 – 2 of 2) sorted by relevance
222 .lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |1513 (lp->lp_partner.lip_state & LACP_STATE_SYNC) != 0; in lacp_sm_mux()1589 lp->lp_state &= ~LACP_STATE_SYNC; in lacp_set_mux()1608 lp->lp_state |= LACP_STATE_SYNC; in lacp_set_mux()1753 lp->lp_partner.lip_state &= ~LACP_STATE_SYNC; in lacp_sm_rx_set_expired()1804 lp->lp_partner.lip_state |= LACP_STATE_SYNC; in lacp_sm_rx_record_pdu()1806 lp->lp_partner.lip_state &= ~LACP_STATE_SYNC; in lacp_sm_rx_record_pdu()1830 LACP_STATE_ACTIVITY | LACP_STATE_SYNC | LACP_STATE_AGGREGATION)) { in lacp_sm_rx_update_ntt()
60 #define LACP_STATE_SYNC (1<<3) macro