Searched refs:phy_attach_direct (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/Documentation/networking/ |
| H A D | phy-link-topology.rst | 86 are linked to a net_device through :c:func:`phy_attach_direct` will automatically
|
| H A D | sfp-phylink.rst | 166 the phy_attach_direct() inside this function call if a PHY is specified
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 1132 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_connect_direct() 1490 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct() function 1647 EXPORT_SYMBOL(phy_attach_direct); 1678 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_attach()
|
| H A D | phylink.c | 2166 return phy_attach_direct(pl->netdev, phy, flags, interface); in phylink_attach_phy() 2272 ret = phy_attach_direct(pl->netdev, phy_dev, flags, in phylink_fwnode_phy_connect()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 1822 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 1181 ret = phy_attach_direct(ndev, phy_dev, 0, h->phy_if); in hns_nic_init_phy()
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-phy-v2.c | 1092 ret = phy_attach_direct(pdata->netdev, phydev, phydev->dev_flags, in xgbe_phy_find_phy_device()
|