Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_3ad.c63 #define AD_PORT_BEGIN 0x1 macro
857 if (port->sm_vars & AD_PORT_BEGIN) { in ad_mux_machine()
1017 if (port->sm_vars & AD_PORT_BEGIN) { in ad_rx_machine()
1021 } else if (!(port->sm_vars & AD_PORT_BEGIN) in ad_rx_machine()
1224 …if (((port->sm_vars & AD_PORT_BEGIN) || !(port->sm_vars & AD_PORT_LACP_ENABLED) || !port->is_enabl… in ad_periodic_machine()
1776 port->sm_vars = AD_PORT_BEGIN | AD_PORT_LACP_ENABLED; in ad_initialize_port()
2215 if (port->sm_vars & AD_PORT_BEGIN) in bond_3ad_state_machine_handler()
2216 port->sm_vars &= ~AD_PORT_BEGIN; in bond_3ad_state_machine_handler()
2334 port->sm_vars |= AD_PORT_BEGIN; in bond_3ad_adapter_speed_changed()
2370 port->sm_vars |= AD_PORT_BEGIN; in bond_3ad_adapter_duplex_changed()
[all …]