Searched refs:phydev_dbg (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx-macsec.c | 298 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 D | meson-gxl.c | 178 phydev_dbg(phydev, "LPA corruption - aneg restart\n"); in meson_gxl_read_status()
|
H A D | adin1100.c | 256 phydev_dbg(phydev, "PHY supports 2.4V TX level: %s\n", in adin_get_features()
|
H A D | bcm54140.c | 606 phydev_dbg(phydev, "probed (port %d, base PHY address %d)\n", in bcm54140_probe()
|
H A D | dp83822.c | 680 phydev_dbg(phydev, "SOR1 strap register: 0x%04x\n", val); in dp83822_read_straps()
|
H A D | motorcomm.c | 2799 phydev_dbg(phydev, in yt8821_read_status() 2805 phydev_dbg(phydev, in yt8821_read_status()
|
H A D | phy.c | 65 phydev_dbg(phydev, "PHY state change %s -> %s\n", in phy_process_state_change()
|
H A D | phy_device.c | 3413 phydev_dbg(phydev, "ignoring leds node defined with no PHY driver support\n"); in of_phy_leds()
|
H A D | micrel.c | 3844 phydev_dbg(phydev, "successfully registered ptp clock\n"); in lan8814_ptp_probe_once()
|
/linux/drivers/net/phy/aquantia/ |
H A D | aquantia_firmware.c | 244 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 D | aquantia_main.c | 555 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 D | at803x.c | 504 phydev_dbg(phydev, "%s(): phy was reset\n", __func__); in at803x_link_change_notify()
|
/linux/include/linux/ |
H A D | phy.h | 1869 #define phydev_dbg(_phydev, format, args...) \ macro
|