Home
last modified time | relevance | path

Searched refs:LACP_STATE_SYNCHRONIZATION (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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_SYNCHRONIZATION)) || 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()
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_3ad.c511 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
512 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
516 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
634 ((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) || in __update_ntt()
1000 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
1018 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1024 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
1025 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1054 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_bonding.h102 #define LACP_STATE_SYNCHRONIZATION 0x8 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_bonding.h103 #define LACP_STATE_SYNCHRONIZATION 0x8 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_bonding.h56 #define LACP_STATE_SYNCHRONIZATION 0x8 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_bonding.h56 #define LACP_STATE_SYNCHRONIZATION 0x8 macro

Completed in 7 milliseconds