Home
last modified time | relevance | path

Searched refs:phy_connect_direct (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/net/mdio/
H A Dof_mdio.c295 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_mdio.c222 ret = phy_connect_direct(wx->netdev, in ngbe_phy_connect()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mdio.c218 ret = phy_connect_direct(netdev, phydev, in hclge_mac_connect_phy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_main.c465 err = phy_connect_direct(netdev, phydev, in mlxbf_gige_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c379 ret = phy_connect_direct(dev, phydev, bcmgenet_mii_setup, in bcmgenet_mii_probe()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c1110 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, in phy_connect_direct() function
1129 EXPORT_SYMBOL(phy_connect_direct);
1164 rc = phy_connect_direct(dev, phydev, handler, interface); in phy_connect()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dax88796.c377 ret = phy_connect_direct(dev, phy_dev, ax_handle_link_change, in ax_mii_probe()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c875 phy_connect_direct(ndev, phy_dev, &xgene_enet_adjust_link, in xgene_enet_phy_connect()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c716 err = phy_connect_direct(dev, phy, ethoc_mdio_poll, in ethoc_mdio_probe()
/openbmc/linux/include/linux/
H A Dphy.h1728 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev,
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c972 err = phy_connect_direct(dev, phy, pxa168_eth_adjust_link, in pxa168_init_phy()
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1268 ret = phy_connect_direct(dev, phy, &greth_link_change, in greth_mdio_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c1456 err = phy_connect_direct(bgmac->net_dev, phy_dev, bgmac_adjust_link, in bgmac_phy_connect_direct()
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c941 ret = phy_connect_direct(netdev, adpt->phydev, emac_adjust_link, in emac_mac_up()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1119 if (phy_connect_direct(&lmac->netdev, lmac->phydev, in bgx_lmac_enable()
/openbmc/linux/drivers/net/usb/
H A Dsmsc95xx.c1230 ret = phy_connect_direct(dev->net, pdata->phydev, in smsc95xx_bind()
H A Dlan78xx.c2381 ret = phy_connect_direct(dev->net, phydev, in lan78xx_phy_init()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1645 ret = phy_connect_direct(priv->ndev, priv->phydev, in netsec_netdev_open()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1031 ret = phy_connect_direct(dev, phydev, &smsc911x_phy_adjust_link, in smsc911x_mii_probe()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1178 ret = phy_connect_direct(ndev, phy_dev, hns_nic_adjust_link, in hns_nic_init_phy()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c234 retval = phy_connect_direct(adapter->netdev, adapter->phydev, in tsnep_phy_open()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1529 ret = phy_connect_direct(netdev, phydev, in lan743x_phy_open()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c4695 ret = phy_connect_direct(tp->dev, phydev, r8169_phylink_handler, in r8169_phy_connect()