Searched refs:phy_id_fmt (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
H A D | altera_tse_main.c | 700 char phy_id_fmt[MII_BUS_ID_SIZE + 3]; in connect_local_phy() local 703 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in connect_local_phy() 706 netdev_dbg(dev, "trying to attach to %s\n", phy_id_fmt); in connect_local_phy() 708 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, in connect_local_phy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 266 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 266 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()
|
Completed in 8 milliseconds