Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c266 char phy_id_fmt[MII_BUS_ID_SIZE + 3]; in sxgbe_init_phy() local
284 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in sxgbe_init_phy()
286 netdev_dbg(ndev, "%s: trying to attach to %s\n", __func__, phy_id_fmt); in sxgbe_init_phy()
288 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()