get_fixed_state    64 drivers/net/phy/phylink.c 	void (*get_fixed_state)(struct net_device *dev,
get_fixed_state   384 drivers/net/phy/phylink.c 	if (pl->get_fixed_state)
get_fixed_state   385 drivers/net/phy/phylink.c 		pl->get_fixed_state(pl->netdev, state);
get_fixed_state   928 drivers/net/phy/phylink.c 	pl->get_fixed_state = cb;
get_fixed_state  1012 drivers/net/phy/phylink.c 	if (pl->link_an_mode == MLO_AN_FIXED && pl->get_fixed_state)