Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dmt7530.c2467 return priv->info->mac_port_get_state(ds, port, state); in mt753x_phylink_mac_link_state()
2533 .mac_port_get_state = mt7530_phylink_mac_link_state,
2544 .mac_port_get_state = mt7530_phylink_mac_link_state,
2556 .mac_port_get_state = mt7531_phylink_mac_link_state,
2618 !priv->info->mac_port_get_state || !priv->info->mac_port_config) in mt7530_probe()
H A Dmt7530.h691 int (*mac_port_get_state)(struct dsa_switch *ds, int port, member