Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dmeson-gxl.c189 phydev_dbg(phydev, "LPA corruption - aneg restart\n"); in meson_gxl_read_status()
Dadin1100.c203 phydev_dbg(phydev, "PHY supports 2.4V TX level: %s\n", in adin_get_features()
Daquantia_main.c557 phydev_dbg(phydev, "FW %u.%u, Build %u, Provisioning %u\n", in aqr107_chip_info()
639 phydev_dbg(phydev, "Link partner is Aquantia PHY, FW %u.%u%s%s%s\n", in aqr107_link_change_notify()
Dnxp-c45-tja11xx.c1180 phydev_dbg(phydev, "Clause 45 managed PHY abilities 0x%x\n", ret); in nxp_c45_set_phy_mode()
1319 phydev_dbg(phydev, "the phy does not support PTP"); in nxp_c45_probe()
1332 phydev_dbg(phydev, "PTP support not enabled even if the phy supports it"); in nxp_c45_probe()
Dbcm54140.c598 phydev_dbg(phydev, "probed (port %d, base PHY address %d)\n", in bcm54140_probe()
Dadin.c498 phydev_dbg(phydev, "PHY is using mode '%s'\n", in adin_config_init()
Dphy.c1232 phydev_dbg(phydev, "PHY state change %s -> %s\n", in phy_state_machine()
Dat803x.c1184 phydev_dbg(phydev, "%s(): phy was reset\n", __func__); in at803x_link_change_notify()
Dmicrel.c2973 phydev_dbg(phydev, "successfully registered ptp clock\n"); in lan8814_ptp_probe_once()
/linux-6.1.9/include/linux/
Dphy.h1591 #define phydev_dbg(_phydev, format, args...) \ macro