Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c37 #define AD_PORT_BEGIN 0x1 macro
952 if (port->sm_vars & AD_PORT_BEGIN) { in ad_mux_machine()
1116 if (port->sm_vars & AD_PORT_BEGIN) { in ad_rx_machine()
1120 } else if (!(port->sm_vars & AD_PORT_BEGIN) && !port->is_enabled) in ad_rx_machine()
1320 …if (((port->sm_vars & AD_PORT_BEGIN) || !(port->sm_vars & AD_PORT_LACP_ENABLED) || !port->is_enabl… in ad_periodic_machine()
1886 port->sm_vars = AD_PORT_BEGIN | AD_PORT_LACP_ENABLED; in ad_initialize_port()
2374 if (port->sm_vars & AD_PORT_BEGIN) in bond_3ad_state_machine_handler()
2375 port->sm_vars &= ~AD_PORT_BEGIN; in bond_3ad_state_machine_handler()
2508 port->sm_vars |= AD_PORT_BEGIN; in ad_update_actor_keys()