Searched refs:tile_net_open_inner (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilepro.c54 * LIPP/LEPP, and then uses "tile_net_open_inner()" to register all
59 * is used to keep calling "tile_net_open_inner()" until it succeeds.
1157 * Also used to handle registration failure in "tile_net_open_inner()",
1231 * tile_net_open_inner does most of the work of bringing up the interface.
1238 static int tile_net_open_inner(struct net_device *dev) tile_net_open_inner() function
1366 if (tile_net_open_inner(priv->dev) != 0) tile_net_open_retry()
1447 ret = tile_net_open_inner(dev); tile_net_open()

Completed in 42 milliseconds