Lines Matching refs:phylink_config
371 struct phylink_config phylink_config; member
1008 static void ag71xx_mac_config(struct phylink_config *config, unsigned int mode, in ag71xx_mac_config()
1027 static void ag71xx_mac_link_down(struct phylink_config *config, in ag71xx_mac_link_down()
1035 static void ag71xx_mac_link_up(struct phylink_config *config, in ag71xx_mac_link_up()
1099 ag->phylink_config.dev = &ag->ndev->dev; in ag71xx_phylink_setup()
1100 ag->phylink_config.type = PHYLINK_NETDEV; in ag71xx_phylink_setup()
1101 ag->phylink_config.mac_capabilities = MAC_SYM_PAUSE | MAC_ASYM_PAUSE | in ag71xx_phylink_setup()
1109 ag->phylink_config.supported_interfaces); in ag71xx_phylink_setup()
1115 ag->phylink_config.supported_interfaces); in ag71xx_phylink_setup()
1119 ag->phylink_config.supported_interfaces); in ag71xx_phylink_setup()
1123 ag->phylink_config.supported_interfaces); in ag71xx_phylink_setup()
1128 ag->phylink_config.supported_interfaces); in ag71xx_phylink_setup()
1130 phylink = phylink_create(&ag->phylink_config, ag->pdev->dev.fwnode, in ag71xx_phylink_setup()