Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dport.c1630 ds->ops->phylink_get_caps(ds, dp->index, &dp->pl_config); in dsa_port_phylink_create()
1634 __set_bit(mode, dp->pl_config.supported_interfaces); in dsa_port_phylink_create()
1637 dp->pl_config.supported_interfaces); in dsa_port_phylink_create()
1639 dp->pl_config.supported_interfaces); in dsa_port_phylink_create()
1647 pl = phylink_create(&dp->pl_config, of_fwnode_handle(dp->dn), mode, in dsa_port_phylink_create()
1671 dp->pl_config.dev = ds->dev; in dsa_shared_port_phylink_register()
1672 dp->pl_config.type = PHYLINK_DEV; in dsa_shared_port_phylink_register()
1847 ds->phylink_mac_ops->mac_link_down(&dp->pl_config, MLO_AN_FIXED, in dsa_shared_port_link_down()
H A Duser.c2663 dp->pl_config.dev = &user_dev->dev; in dsa_user_phy_setup()
2664 dp->pl_config.type = PHYLINK_NETDEV; in dsa_user_phy_setup()
2671 dp->pl_config.get_fixed_state = dsa_user_phylink_fixed_state; in dsa_user_phy_setup()
2672 dp->pl_config.poll_fixed_state = true; in dsa_user_phy_setup()
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h183 u_short pl_config ; member
/linux/drivers/net/fddi/skfp/
H A Dsmt.c1278 policy->pl_config = smc->mib.fddiSMTConfigPolicy ; in smt_fill_policy()