Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h183 u_short pl_config ; member
/linux/include/net/
H A Ddsa.h304 struct phylink_config pl_config; member
339 return container_of(config, struct dsa_port, pl_config); in dsa_phylink_to_port()
/linux/net/dsa/
H A Duser.c2664 dp->pl_config.dev = &user_dev->dev; in dsa_user_phy_setup()
2665 dp->pl_config.type = PHYLINK_NETDEV; in dsa_user_phy_setup()
2672 dp->pl_config.get_fixed_state = dsa_user_phylink_fixed_state; in dsa_user_phy_setup()
2673 dp->pl_config.poll_fixed_state = true; in dsa_user_phy_setup()
/linux/drivers/net/fddi/skfp/
H A Dsmt.c1278 policy->pl_config = smc->mib.fddiSMTConfigPolicy ; in smt_fill_policy()