Searched refs:phy_id_fmt (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/altera/
H A Daltera_tse_main.c709 char phy_id_fmt[MII_BUS_ID_SIZE + 3]; connect_local_phy() local
712 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, connect_local_phy()
715 netdev_dbg(dev, "trying to attach to %s\n", phy_id_fmt); connect_local_phy()
717 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, connect_local_phy()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c267 char phy_id_fmt[MII_BUS_ID_SIZE + 3]; sxgbe_init_phy() local
285 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, sxgbe_init_phy()
287 netdev_dbg(ndev, "%s: trying to attach to %s\n", __func__, phy_id_fmt); sxgbe_init_phy()
289 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); sxgbe_init_phy()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c811 char phy_id_fmt[MII_BUS_ID_SIZE + 3]; stmmac_init_phy() local
826 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, stmmac_init_phy()
828 pr_debug("stmmac_init_phy: trying to attach to %s\n", phy_id_fmt); stmmac_init_phy()
830 phydev = phy_connect(dev, phy_id_fmt, &stmmac_adjust_link, interface); stmmac_init_phy()

Completed in 130 milliseconds