Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c58 err = genphy_read_status(phydev); in xgmiitorgmii_read_status()
H A Dbroadcom.c872 err = genphy_read_status(phydev); in bcm54616s_read_status()
1131 return genphy_read_status(phydev); in bcm5221_read_status()
1457 return genphy_read_status(phydev); in bcm54811_read_status()
H A Dsmsc.c240 err = genphy_read_status(phydev); in lan87xx_read_status()
H A Dbcm7xxx.c916 .read_status = genphy_read_status, \
H A Ddp83869.c176 ret = genphy_read_status(phydev); in dp83869_read_status()
H A Dmicrel.c912 return genphy_read_status(phydev); in ksz8081_read_status()
1581 return genphy_read_status(phydev); in ksz9131_read_status()
1675 err = genphy_read_status(phydev); in ksz9031_read_status()
2006 return genphy_read_status(phydev); in ksz886x_read_status()
2045 return genphy_read_status(phydev); in ksz9477_read_status()
H A Dphy_device.c2554 int genphy_read_status(struct phy_device *phydev) in genphy_read_status() function
2594 EXPORT_SYMBOL(genphy_read_status);
H A Dmotorcomm.c2895 ret = genphy_read_status(phydev); in yt8821_read_status()
/linux/rust/kernel/net/phy/
H A Dreg.rs131 let ret = unsafe { bindings::genphy_read_status(phydev) }; in read_status()
/linux/drivers/net/phy/qcom/
H A Dqca808x.c269 ret = genphy_read_status(phydev); in qca808x_read_status()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1980 (void)genphy_read_status(h->phy_dev); in hns_nic_update_link_status()