Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c950 last_state = port->sm_mux_state; in ad_mux_machine()
953 port->sm_mux_state = AD_MUX_DETACHED; in ad_mux_machine()
955 switch (port->sm_mux_state) { in ad_mux_machine()
960 port->sm_mux_state = AD_MUX_WAITING; in ad_mux_machine()
972 port->sm_mux_state = AD_MUX_DETACHED; in ad_mux_machine()
993 port->sm_mux_state = AD_MUX_ATTACHED; in ad_mux_machine()
1003 port->sm_mux_state = in ad_mux_machine()
1046 if (port->sm_mux_state != last_state) { in ad_mux_machine()
1051 port->sm_mux_state); in ad_mux_machine()
1052 switch (port->sm_mux_state) { in ad_mux_machine()
[all …]
/openbmc/linux/include/net/
H A Dbond_3ad.h229 mux_states_t sm_mux_state; /* state machine mux state */ member