Searched refs:cpu_port_config (Results 1 – 2 of 2) sorted by relevance
773 int (*cpu_port_config)(struct dsa_switch *ds, int port); member
1009 if (priv->info->cpu_port_config) { in mt753x_cpu_port_enable()1010 ret = priv->info->cpu_port_config(ds, port); in mt753x_cpu_port_enable()3211 .cpu_port_config = mt7531_cpu_port_config,