Home
last modified time | relevance | path

Searched refs:pcs_phy (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1643 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_get_state() local
1645 phylink_mii_c22_pcs_get_state(pcs_phy, state); in axienet_pcs_get_state()
1650 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_an_restart() local
1652 phylink_mii_c22_pcs_an_restart(pcs_phy); in axienet_pcs_an_restart()
1660 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_config() local
1666 ret = mdiodev_write(pcs_phy, XLNX_MII_STD_SELECT_REG, in axienet_pcs_config()
1677 ret = phylink_mii_c22_pcs_config(pcs_phy, interface, advertising, in axienet_pcs_config()
2150 lp->pcs_phy = of_mdio_find_device(np); in axienet_probe()
2151 if (!lp->pcs_phy) { in axienet_probe()
2197 if (lp->pcs_phy) in axienet_probe()
[all …]
H A Dxilinx_axienet.h449 struct mdio_device *pcs_phy; member