Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c298 phydev_dbg(phydev, "write addr 0x%x value 0x%x\n", addr, value); in nxp_c45_macsec_write()
334 phydev_dbg(phydev, "read addr 0x%x value 0x%x\n", addr, *value); in nxp_c45_macsec_read()
709 phydev_dbg(phydev, "XPN %s\n", phy_secy->secy->xpn ? "on" : "off"); in nxp_c45_tx_sc_update()
715 phydev_dbg(phydev, "key len %u\n", phy_secy->secy->key_len); in nxp_c45_tx_sc_update()
721 phydev_dbg(phydev, "encryption %s\n", in nxp_c45_tx_sc_update()
728 phydev_dbg(phydev, "protect frames %s\n", in nxp_c45_tx_sc_update()
735 phydev_dbg(phydev, "send sci %s\n", in nxp_c45_tx_sc_update()
742 phydev_dbg(phydev, "end station %s\n", in nxp_c45_tx_sc_update()
749 phydev_dbg(phydev, "scb %s\n", in nxp_c45_tx_sc_update()
824 phydev_dbg(phydev, "validate frames %u\n", in nxp_c45_rx_sc_update()
[all …]
H A Dmxl-86110.c408 phydev_dbg(phydev, in mxl86110_set_wol()
H A Dsmsc.c505 phydev_dbg(phydev, "pattern not valid at %d\n", rc); in lan874x_set_wol()
H A Dbcm54140.c607 phydev_dbg(phydev, "probed (port %d, base PHY address %d)\n", in bcm54140_probe()
H A Dmotorcomm.c2977 phydev_dbg(phydev, in yt8821_read_status()
2983 phydev_dbg(phydev, in yt8821_read_status()
H A Dphy_device.c3425 phydev_dbg(phydev, "ignoring leds node defined with no PHY driver support\n"); in of_phy_leds()
H A Dmicrel.c4622 phydev_dbg(phydev, "successfully registered ptp clock\n"); in __lan8814_ptp_probe_once()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge-soc.c422 phydev_dbg(phydev, "cal_val: 0x%x, ret: %d\n", cal_val, ret); in cal_cycle()
719 phydev_dbg(phydev, "Start TX-VCM SW cal.\n"); in tx_vcm_cal_sw()
779 phydev_dbg(phydev, "TX-VCM SW cal result: 0x%x\n", upper_idx); in tx_vcm_cal_sw()
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1087 phydev_dbg(phydev, in rtl8211f_config_rgmii_delay()
1091 phydev_dbg(phydev, in rtl8211f_config_rgmii_delay()
1104 phydev_dbg(phydev, in rtl8211f_config_rgmii_delay()
1108 phydev_dbg(phydev, in rtl8211f_config_rgmii_delay()
/linux/drivers/net/phy/qcom/
H A Dat803x.c552 phydev_dbg(phydev, "%s(): phy was reset\n", __func__); in at803x_link_change_notify()
/linux/include/linux/
H A Dphy.h2251 #define phydev_dbg(_phydev, format, args...) \ macro