Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/
Dmt7530.c2485 return priv->info->mac_port_get_state(ds, port, state); in mt753x_phylink_mac_link_state()
2551 .mac_port_get_state = mt7530_phylink_mac_link_state,
2562 .mac_port_get_state = mt7530_phylink_mac_link_state,
2574 .mac_port_get_state = mt7531_phylink_mac_link_state,
2636 !priv->info->mac_port_get_state || !priv->info->mac_port_config) in mt7530_probe()
Dmt7530.h691 int (*mac_port_get_state)(struct dsa_switch *ds, int port, member