Home
last modified time | relevance | path

Searched refs:get_fixed_state (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dphylink.h172 void (*get_fixed_state)(struct phylink_config *config, member
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_aml.c500 config->get_fixed_state = txgbe_get_link_state; in txgbe_phylink_init_aml()
/linux/drivers/net/phy/
H A Dphylink.c1438 if (pl->config->get_fixed_state) in phylink_get_fixed_state()
1439 pl->config->get_fixed_state(pl->config, state); in phylink_get_fixed_state()
/linux/net/dsa/
H A Duser.c2671 dp->pl_config.get_fixed_state = dsa_user_phylink_fixed_state; in dsa_user_phy_setup()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c911 bp->phylink_config.get_fixed_state = macb_get_pcs_fixed_state; in macb_mii_probe()