Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dswitch.c966 if (!ds->ops->conduit_state_change) in dsa_switch_conduit_state_change()
969 ds->ops->conduit_state_change(ds, info->conduit, info->operational); in dsa_switch_conduit_state_change()
/linux/include/net/
H A Ddsa.h1264 void (*conduit_state_change)(struct dsa_switch *ds, member
/linux/drivers/net/dsa/
H A Dmt7530.c3459 .conduit_state_change = mt753x_conduit_state_change,