Home
last modified time | relevance | path

Searched refs:phydev_dbg (Results 1 – 13 of 13) 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 Dmeson-gxl.c178 phydev_dbg(phydev, "LPA corruption - aneg restart\n"); in meson_gxl_read_status()
H A Dadin1100.c256 phydev_dbg(phydev, "PHY supports 2.4V TX level: %s\n", in adin_get_features()
H A Dbcm54140.c606 phydev_dbg(phydev, "probed (port %d, base PHY address %d)\n", in bcm54140_probe()
H A Ddp83822.c680 phydev_dbg(phydev, "SOR1 strap register: 0x%04x\n", val); in dp83822_read_straps()
H A Dmotorcomm.c2799 phydev_dbg(phydev, in yt8821_read_status()
2805 phydev_dbg(phydev, in yt8821_read_status()
H A Dphy.c65 phydev_dbg(phydev, "PHY state change %s -> %s\n", in phy_process_state_change()
H A Dphy_device.c3413 phydev_dbg(phydev, "ignoring leds node defined with no PHY driver support\n"); in of_phy_leds()
H A Dmicrel.c3844 phydev_dbg(phydev, "successfully registered ptp clock\n"); in lan8814_ptp_probe_once()
/linux/drivers/net/phy/aquantia/
H A Daquantia_firmware.c244 phydev_dbg(phydev, "primary %d IRAM offset=%d size=%d DRAM offset=%d size=%d\n", in aqr_fw_boot()
265 phydev_dbg(phydev, "loading DRAM 0x%08x from offset=%d size=%d\n", in aqr_fw_boot()
272 phydev_dbg(phydev, "loading IRAM 0x%08x from offset=%d size=%d\n", in aqr_fw_boot()
H A Daquantia_main.c555 phydev_dbg(phydev, "FW %u.%u, Build %u, Provisioning %u\n", in aqr107_chip_info()
677 phydev_dbg(phydev, "Link partner is Aquantia PHY, FW %u.%u%s%s%s\n", in aqr107_link_change_notify()
/linux/drivers/net/phy/qcom/
H A Dat803x.c504 phydev_dbg(phydev, "%s(): phy was reset\n", __func__); in at803x_link_change_notify()
/linux/include/linux/
H A Dphy.h1869 #define phydev_dbg(_phydev, format, args...) \ macro