Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dphylink.h168 void (*get_fixed_state)(struct phylink_config *config, member
/linux-6.15/drivers/net/phy/
H A Dphylink.c1407 if (pl->config->get_fixed_state) in phylink_get_fixed_state()
1408 pl->config->get_fixed_state(pl->config, state); in phylink_get_fixed_state()
/linux-6.15/net/dsa/
H A Duser.c2659 dp->pl_config.get_fixed_state = dsa_user_phylink_fixed_state; in dsa_user_phy_setup()
/linux-6.15/drivers/net/ethernet/cadence/
H A Dmacb_main.c861 bp->phylink_config.get_fixed_state = macb_get_pcs_fixed_state; in macb_mii_probe()