Home
last modified time | relevance | path

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

/drivers/net/mdio/
Dof_mdio.c284 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect()
295 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect()
317 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
340 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/drivers/net/ethernet/ti/
Dnetcp_ethss.c2293 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() local
2342 hndlr = xgbe_adjust_link; in gbe_slave_open()
2346 hndlr, 0, in gbe_slave_open()