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