Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/gxio/
Dmpipe.c535 int gxio_mpipe_link_instance(const char *link_name) in gxio_mpipe_link_instance() function
548 EXPORT_SYMBOL_GPL(gxio_mpipe_link_instance);
/linux-4.1.27/arch/tile/include/gxio/
Dmpipe.h1745 extern int gxio_mpipe_link_instance(const char *link_name);
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c1506 rc = gxio_mpipe_link_instance(dev->name); in tile_net_open()