Home
last modified time | relevance | path

Searched refs:genphy_read_status (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Det1011c.c67 ret = genphy_read_status(phydev); in et1011c_read_status()
H A Dxilinx_gmii2rgmii.c57 err = genphy_read_status(phydev); in xgmiitorgmii_read_status()
H A Dicplus.c188 genphy_read_status(phydev); in ip175c_read_status()
311 ret = genphy_read_status(phydev); in ip101a_g_read_status()
H A Dnxp-cbtx.c80 return genphy_read_status(phydev); in cbtx_read_status()
H A Dmeson-gxl.c184 return genphy_read_status(phydev); in meson_gxl_read_status()
H A Drealtek.c583 ret = genphy_read_status(phydev); in rtlgen_read_status()
726 ret = genphy_read_status(phydev); in rtl822x_read_status()
H A Ddp83822.c359 ret = genphy_read_status(phydev); in dp83822_read_status()
H A Dsmsc.c220 err = genphy_read_status(phydev); in lan87xx_read_status()
H A Dbcm7xxx.c903 .read_status = genphy_read_status, \
H A Dadin.c719 return genphy_read_status(phydev); in adin_read_status()
H A Ddp83869.c161 ret = genphy_read_status(phydev); in dp83869_read_status()
H A Ddp83867.c363 ret = genphy_read_status(phydev); in dp83867_read_status()
H A Dmicrel.c766 return genphy_read_status(phydev); in ksz8081_read_status()
1407 return genphy_read_status(phydev); in ksz9131_read_status()
1501 err = genphy_read_status(phydev); in ksz9031_read_status()
1801 return genphy_read_status(phydev); in ksz886x_read_status()
H A Dbroadcom.c673 err = genphy_read_status(phydev); in bcm54616s_read_status()
H A Dphy_device.c2474 int genphy_read_status(struct phy_device *phydev) in genphy_read_status() function
2514 EXPORT_SYMBOL(genphy_read_status);
H A Dat803x.c1818 ret = genphy_read_status(phydev); in qca808x_read_status()
/openbmc/linux/include/linux/
H A Dphy.h1824 int genphy_read_status(struct phy_device *phydev);
1903 return genphy_read_status(phydev); in phy_read_status()
/openbmc/linux/net/dsa/
H A Dport.c1740 err = genphy_read_status(phydev); in dsa_shared_port_setup_phy_of()
1783 genphy_read_status(phydev); in dsa_shared_port_fixed_link_register_of()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c47 if (!genphy_read_status(net_dev->phydev)) in hns_nic_get_link()
H A Dhns_enet.c1980 (void)genphy_read_status(h->phy_dev); in hns_nic_update_link_status()
/openbmc/linux/Documentation/networking/
H A Dphy.rst471 functions if at all possible: genphy_read_status and
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_main.c2202 return genphy_read_status(phydev); in vsc85xx_read_status()