Home
last modified time | relevance | path

Searched refs:phydev_warn (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
Dmicrochip.c79 phydev_warn(phydev, "Failed to get current page\n"); in lan88xx_TR_reg_set()
89 phydev_warn(phydev, "Failed to write TR low data\n"); in lan88xx_TR_reg_set()
96 phydev_warn(phydev, "Failed to write TR high data\n"); in lan88xx_TR_reg_set()
106 phydev_warn(phydev, "Failed to write data in reg\n"); in lan88xx_TR_reg_set()
113 phydev_warn(phydev, "TR Register[0x%X] configuration failed\n", in lan88xx_TR_reg_set()
129 phydev_warn(phydev, "Failed to Set Register[0x0F82]\n"); in lan88xx_config_TR_regs()
137 phydev_warn(phydev, "Failed to Set Register[0x168C]\n"); in lan88xx_config_TR_regs()
145 phydev_warn(phydev, "Failed to Set Register[0x17A2]\n"); in lan88xx_config_TR_regs()
154 phydev_warn(phydev, "Failed to Set Register[0x16A0]\n"); in lan88xx_config_TR_regs()
162 phydev_warn(phydev, "Failed to Set Register[0x16A6]\n"); in lan88xx_config_TR_regs()
[all …]
Ddp83640.c560 phydev_warn(phydev, in enable_status_frames()
567 phydev_warn(phydev, "failed to add mc address\n"); in enable_status_frames()
570 phydev_warn(phydev, "failed to delete mc address\n"); in enable_status_frames()
Dphy.c1044 phydev_warn(phydev, "Error %d requesting IRQ %d, falling back to polling\n", in phy_request_interrupt()
1049 phydev_warn(phydev, "Can't enable interrupt, falling back to polling\n"); in phy_request_interrupt()
Dnxp-tja11xx.c233 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in tja11xx_config_aneg()
Dadin.c209 phydev_warn(phydev, in adin_get_reg_value()
Ddp83867.c464 phydev_warn(phydev, in dp83867_verify_rgmii_cfg()
Dphy-core.c410phydev_warn(phydev, "Downshift occurred from negotiated speed %s to actual speed %s, check cabling… in phy_check_downshift()
Dat803x.c677 phydev_warn(phydev, "803x_aneg_done: SGMII link is not ok\n"); in at803x_aneg_done()
Dmarvell.c694 phydev_warn(phydev, "Fail to config marvell phy LED.\n"); in marvell_config_led()
1269 phydev_warn(phydev, "Fast Link Down detection requires EEE to be disabled!\n"); in m88e1540_set_fld()
Dmicrel.c736 phydev_warn(phydev, in ksz9031_config_init()
Dphy_device.c1979 phydev_warn(phydev, "Unsupported Master/Slave mode\n"); in genphy_setup_master_slave()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
Dr8169_phy_config.c453 phydev_warn(phydev, "chipset not ready for firmware\n"); in rtl8168d_apply_firmware_cond()
/kernel/linux/linux-5.10/include/linux/
Dphy.h1442 #define phydev_warn(_phydev, format, args...) \ macro