Home
last modified time | relevance | path

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

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