Searched refs:phydev_warn (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/net/phy/ |
A D | microchip.c | 95 phydev_warn(phydev, "Failed to get current page\n"); in lan88xx_TR_reg_set() 105 phydev_warn(phydev, "Failed to write TR low data\n"); in lan88xx_TR_reg_set() 112 phydev_warn(phydev, "Failed to write TR high data\n"); in lan88xx_TR_reg_set() 122 phydev_warn(phydev, "Failed to write data in reg\n"); in lan88xx_TR_reg_set() 145 phydev_warn(phydev, "Failed to Set Register[0x0F82]\n"); in lan88xx_config_TR_regs() 153 phydev_warn(phydev, "Failed to Set Register[0x168C]\n"); in lan88xx_config_TR_regs() 161 phydev_warn(phydev, "Failed to Set Register[0x17A2]\n"); in lan88xx_config_TR_regs() 170 phydev_warn(phydev, "Failed to Set Register[0x16A0]\n"); in lan88xx_config_TR_regs() 178 phydev_warn(phydev, "Failed to Set Register[0x16A6]\n"); in lan88xx_config_TR_regs() 186 phydev_warn(phydev, "Failed to Set Register[0x16A4]\n"); in lan88xx_config_TR_regs() [all …]
|
A D | motorcomm.c | 767 phydev_warn(phydev, "Unsupported value %d for %s using default (%u)\n", in ytphy_get_delay_reg_value() 922 phydev_warn(phydev, "Freq err:%u\n", freq); in yt8521_probe() 949 phydev_warn(phydev, "Freq err:%u\n", freq); in yt8521_probe() 953 phydev_warn(phydev, "PHY id err\n"); in yt8521_probe() 990 phydev_warn(phydev, "Freq err:%u\n", freq); in yt8531_probe() 1579 phydev_warn(phydev, "Modify TX_CLK_SEL err:%d\n", ret); in yt8531_link_change_notify() 1761 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in ytphy_setup_master_slave()
|
A D | phy-c45.c | 96 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in genphy_c45_pma_baset1_setup_master_slave() 223 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in genphy_c45_baset1_an_config_aneg() 1421 …phydev_warn(phydev, "Not all supported or advertised EEE link modes were passed to the user space\… in genphy_c45_ethtool_get_eee() 1448 phydev_warn(phydev, "At least some EEE link modes are not supported.\n"); in genphy_c45_ethtool_set_eee()
|
A D | nxp-c45-tja11xx.c | 443 phydev_warn(priv->phydev, in nxp_c45_process_txts() 537 phydev_warn(phydev, "The period can be set only to 1 second."); in nxp_c45_perout_enable() 543 …phydev_warn(phydev, "The start time is not configurable. Should be set to 0 seconds and 0 nanoseco… in nxp_c45_perout_enable() 549 phydev_warn(phydev, "The phase can be set only to 0 or 500000000 nanoseconds."); in nxp_c45_perout_enable() 1008 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in nxp_c45_setup_master_slave()
|
A D | intel-xway.c | 193 phydev_warn(phydev, in xway_gphy_rgmii_init()
|
A D | dp83640.c | 568 phydev_warn(phydev, in enable_status_frames() 575 phydev_warn(phydev, "failed to add mc address\n"); in enable_status_frames() 578 phydev_warn(phydev, "failed to delete mc address\n"); in enable_status_frames()
|
A D | phy.c | 1270 phydev_warn(phydev, "Error %d requesting IRQ %d, falling back to polling\n", in phy_request_interrupt() 1275 phydev_warn(phydev, "Can't enable interrupt, falling back to polling\n"); in phy_request_interrupt()
|
A D | microchip_t1.c | 827 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in lan87xx_config_aneg()
|
A D | adin.c | 245 phydev_warn(phydev, in adin_get_reg_value()
|
A D | dp83867.c | 500 phydev_warn(phydev, in dp83867_verify_rgmii_cfg()
|
A D | nxp-tja11xx.c | 248 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in tja11xx_config_aneg()
|
A D | phy-core.c | 490 …phydev_warn(phydev, "Downshift occurred from negotiated speed %s to actual speed %s, check cabling… in phy_check_downshift()
|
A D | realtek.c | 760 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in rtl9000a_config_aneg()
|
A D | marvell.c | 782 phydev_warn(phydev, "Fail to config marvell phy LED.\n"); in marvell_config_led() 1472 phydev_warn(phydev, "Fast Link Down detection requires EEE to be disabled!\n"); in m88e1540_set_fld()
|
A D | phy_device.c | 2123 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in genphy_setup_master_slave()
|
A D | micrel.c | 1100 phydev_warn(phydev, in ksz9031_config_init()
|
/linux-6.3-rc2/drivers/net/ethernet/realtek/ |
A D | r8169_phy_config.c | 444 phydev_warn(phydev, "chipset not ready for firmware\n"); in rtl8168d_apply_firmware_cond()
|
/linux-6.3-rc2/include/linux/ |
A D | phy.h | 1673 #define phydev_warn(_phydev, format, args...) \ macro
|
Completed in 54 milliseconds