Home
last modified time | relevance | path

Searched refs:LACP_STATE_SYNCHRONIZATION (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_3ad.c492 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
493 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
497 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
615 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
972 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
990 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
996 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
997 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1026 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1039 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bonding.h102 #define LACP_STATE_SYNCHRONIZATION 0x8 macro