Home
last modified time | relevance | path

Searched refs:bcmgenet_mii_setup (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c81 void bcmgenet_mii_setup(struct net_device *dev) in bcmgenet_mii_setup() function
359 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
369 ret = phy_connect_direct(dev, phydev, bcmgenet_mii_setup, in bcmgenet_mii_probe()
Dbcmgenet.h676 void bcmgenet_mii_setup(struct net_device *dev);
Dbcmgenet.c2697 phy_connect_direct(dev, priv->phydev, bcmgenet_mii_setup, in bcmgenet_open()