Lines Matching refs:phylink_config
2579 static struct phylink_pcs *axienet_mac_select_pcs(struct phylink_config *config,
2592 static void axienet_mac_config(struct phylink_config *config, unsigned int mode,
2598 static void axienet_mac_link_down(struct phylink_config *config,
2605 static void axienet_mac_link_up(struct phylink_config *config,
3083 lp->phylink_config.dev = &ndev->dev;
3084 lp->phylink_config.type = PHYLINK_NETDEV;
3085 lp->phylink_config.mac_managed_pm = true;
3086 lp->phylink_config.mac_capabilities = MAC_SYM_PAUSE | MAC_ASYM_PAUSE |
3089 __set_bit(lp->phy_mode, lp->phylink_config.supported_interfaces);
3092 lp->phylink_config.supported_interfaces);
3094 lp->phylink_config.supported_interfaces);
3097 lp->phylink = phylink_create(&lp->phylink_config, pdev->dev.fwnode,