Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_3ad.c236 port->sm_mux_state = AD_MUX_ATTACHED; in __port_move_to_attached_state()
998 last_state = port->sm_mux_state; in ad_mux_machine()
1001 port->sm_mux_state = AD_MUX_DETACHED; in ad_mux_machine()
1003 switch (port->sm_mux_state) { in ad_mux_machine()
1008 port->sm_mux_state = AD_MUX_WAITING; in ad_mux_machine()
1020 port->sm_mux_state = AD_MUX_DETACHED; in ad_mux_machine()
1055 port->sm_mux_state = state; in ad_mux_machine()
1132 if (port->sm_mux_state != last_state) { in ad_mux_machine()
1137 port->sm_mux_state); in ad_mux_machine()
1138 switch (port->sm_mux_state) { in ad_mux_machine()
[all …]
/linux-6.15/include/net/
H A Dbond_3ad.h231 mux_states_t sm_mux_state; /* state machine mux state */ member