Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/bonding/
Dbond_3ad.c37 #define AD_PORT_BEGIN 0x1 macro
1000 if (port->sm_vars & AD_PORT_BEGIN) { in ad_mux_machine()
1216 if (port->sm_vars & AD_PORT_BEGIN) { in ad_rx_machine()
1220 } else if (!(port->sm_vars & AD_PORT_BEGIN) && !port->is_enabled) in ad_rx_machine()
1420 …if (((port->sm_vars & AD_PORT_BEGIN) || !(port->sm_vars & AD_PORT_LACP_ENABLED) || !port->is_enabl… in ad_periodic_machine()
1986 port->sm_vars = AD_PORT_BEGIN | AD_PORT_LACP_ENABLED; in ad_initialize_port()
2509 if (port->sm_vars & AD_PORT_BEGIN) in bond_3ad_state_machine_handler()
2510 port->sm_vars &= ~AD_PORT_BEGIN; in bond_3ad_state_machine_handler()
2643 port->sm_vars |= AD_PORT_BEGIN; in ad_update_actor_keys()