Searched refs:get_fixed_state (Results 1 – 3 of 3) sorted by relevance
75 void (*get_fixed_state)(struct phylink_config *config, member
67 void (*get_fixed_state)(struct net_device *dev, member551 if (pl->config->get_fixed_state) in phylink_get_fixed_state()552 pl->config->get_fixed_state(pl->config, state); in phylink_get_fixed_state()
1710 dp->pl_config.get_fixed_state = dsa_slave_phylink_fixed_state; in dsa_slave_phy_setup()