Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c63 #define AD_PORT_BEGIN 0x1 macro
856 if (port->sm_vars & AD_PORT_BEGIN) { in ad_mux_machine()
1016 if (port->sm_vars & AD_PORT_BEGIN) { in ad_rx_machine()
1020 } else if (!(port->sm_vars & AD_PORT_BEGIN) in ad_rx_machine()
1223 …if (((port->sm_vars & AD_PORT_BEGIN) || !(port->sm_vars & AD_PORT_LACP_ENABLED) || !port->is_enabl… in ad_periodic_machine()
1775 port->sm_vars = AD_PORT_BEGIN | AD_PORT_LACP_ENABLED; in ad_initialize_port()
2213 if (port->sm_vars & AD_PORT_BEGIN) in bond_3ad_state_machine_handler()
2214 port->sm_vars &= ~AD_PORT_BEGIN; in bond_3ad_state_machine_handler()
2344 port->sm_vars |= AD_PORT_BEGIN; in ad_update_actor_keys()