Searched refs:phylink_create (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/include/linux/ |
D | phylink.h | 434 struct phylink *phylink_create(struct phylink_config *, struct fwnode_handle *,
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-mac.c | 364 phylink = phylink_create(&mac->phylink_config, in dpaa2_mac_connect()
|
/Linux-v5.10/net/dsa/ |
D | port.c | 692 dp->pl = phylink_create(&dp->pl_config, of_fwnode_handle(port_dn), in dsa_port_phylink_register()
|
D | slave.c | 1677 dp->pl = phylink_create(&dp->pl_config, of_fwnode_handle(port_dn), mode, in dsa_slave_phy_setup()
|
/Linux-v5.10/Documentation/networking/ |
D | sfp-phylink.rst | 242 phylink = phylink_create(&priv->phylink_config, node, phy_mode, &phylink_ops);
|
/Linux-v5.10/drivers/net/phy/ |
D | phylink.c | 799 struct phylink *phylink_create(struct phylink_config *config, in phylink_create() function 867 EXPORT_SYMBOL_GPL(phylink_create);
|
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 988 phylink = phylink_create(&pf->phylink_config, in enetc_phylink_create()
|
/Linux-v5.10/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 2006 lp->phylink = phylink_create(&lp->phylink_config, pdev->dev.fwnode, in axienet_probe()
|
/Linux-v5.10/drivers/net/ethernet/atheros/ |
D | ag71xx.c | 1173 phylink = phylink_create(&ag->phylink_config, ag->pdev->dev.fwnode, in ag71xx_phylink_setup()
|
/Linux-v5.10/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 2872 phylink = phylink_create(&mac->phylink_config, in mtk_add_mac()
|
/Linux-v5.10/drivers/net/ethernet/cadence/ |
D | macb_main.c | 730 bp->phylink = phylink_create(&bp->phylink_config, bp->pdev->dev.fwnode, in macb_mii_probe()
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | mvneta.c | 5095 phylink = phylink_create(&pp->phylink_config, pdev->dev.fwnode, in mvneta_probe()
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1100 phylink = phylink_create(&priv->phylink_config, fwnode, in stmmac_phy_setup()
|
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 6485 phylink = phylink_create(&port->phylink_config, port_fwnode, in mvpp2_port_probe()
|