Home
last modified time | relevance | path

Searched refs:get_fixed_state (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dphylink.h67 * @get_fixed_state: callback to execute to determine the fixed link state,
75 void (*get_fixed_state)(struct phylink_config *config, member
/kernel/linux/linux-6.6/include/linux/
H A Dphylink.h208 * @get_fixed_state: callback to execute to determine the fixed link state,
220 void (*get_fixed_state)(struct phylink_config *config, member
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphylink.c67 void (*get_fixed_state)(struct net_device *dev, member
551 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()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphylink.c72 void (*get_fixed_state)(struct net_device *dev, member
1292 if (pl->config->get_fixed_state) in phylink_get_fixed_state()
1293 pl->config->get_fixed_state(pl->config, state); in phylink_get_fixed_state()
/kernel/linux/linux-5.10/net/dsa/
H A Dslave.c1705 /* The get_fixed_state callback takes precedence over polling the in dsa_slave_phy_setup()
1710 dp->pl_config.get_fixed_state = dsa_slave_phylink_fixed_state; in dsa_slave_phy_setup()
/kernel/linux/linux-6.6/net/dsa/
H A Dslave.c2502 /* The get_fixed_state callback takes precedence over polling the in dsa_slave_phy_setup()
2507 dp->pl_config.get_fixed_state = dsa_slave_phylink_fixed_state; in dsa_slave_phy_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c875 bp->phylink_config.get_fixed_state = macb_get_pcs_fixed_state; in macb_mii_probe()

Completed in 25 milliseconds