Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/dsa/
Dmt7530.c3055 return priv->info->mac_port_get_state(ds, port, state); in mt753x_phylink_mac_link_state()
3153 .mac_port_get_state = mt7530_phylink_mac_link_state,
3164 .mac_port_get_state = mt7530_phylink_mac_link_state,
3176 .mac_port_get_state = mt7531_phylink_mac_link_state,
3238 !priv->info->mac_port_get_state || !priv->info->mac_port_config) in mt7530_probe()
Dmt7530.h776 int (*mac_port_get_state)(struct dsa_switch *ds, int port, member