Searched refs:cpu_port_config (Results 1 – 6 of 6) sorted by relevance
744 int (*cpu_port_config)(struct dsa_switch *ds, int port); member
987 if (priv->info->cpu_port_config) { in mt753x_cpu_port_enable()988 ret = priv->info->cpu_port_config(ds, port); in mt753x_cpu_port_enable()2912 .cpu_port_config = mt7531_cpu_port_config,