Searched refs:phylink_create (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | phylink.h | 194 struct phylink *phylink_create(struct net_device *, struct fwnode_handle *,
|
/Linux-v4.19/drivers/net/phy/ |
D | phylink.c | 558 struct phylink *phylink_create(struct net_device *ndev, in phylink_create() function 614 EXPORT_SYMBOL_GPL(phylink_create);
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 1200 dp->pl = phylink_create(slave_dev, of_fwnode_handle(port_dn), mode, in dsa_slave_phy_setup()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mvneta.c | 4442 phylink = phylink_create(dev, pdev->dev.fwnode, phy_mode, in mvneta_probe()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4804 phylink = phylink_create(dev, port_fwnode, phy_mode, in mvpp2_port_probe()
|