Searched refs:LACP_STATE_SYNC (Results 1 – 2 of 2) sorted by relevance
222 .lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |1511 (lp->lp_partner.lip_state & LACP_STATE_SYNC) != 0; in lacp_sm_mux()1587 lp->lp_state &= ~LACP_STATE_SYNC; in lacp_set_mux()1606 lp->lp_state |= LACP_STATE_SYNC; in lacp_set_mux()1752 lp->lp_partner.lip_state &= ~LACP_STATE_SYNC; in lacp_sm_rx_set_expired()1803 lp->lp_partner.lip_state |= LACP_STATE_SYNC; in lacp_sm_rx_record_pdu()1805 lp->lp_partner.lip_state &= ~LACP_STATE_SYNC; in lacp_sm_rx_record_pdu()1829 LACP_STATE_ACTIVITY | LACP_STATE_SYNC | LACP_STATE_AGGREGATION)) { in lacp_sm_rx_update_ntt()
58 #define LACP_STATE_SYNC (1<<3) macro