Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/gxio/
Dmpipe.c547 int gxio_mpipe_link_open(gxio_mpipe_link_t *link, in gxio_mpipe_link_open() function
568 EXPORT_SYMBOL_GPL(gxio_mpipe_link_open);
/linux-4.4.14/arch/tile/include/gxio/
Dmpipe.h1783 extern int gxio_mpipe_link_open(gxio_mpipe_link_t *link,
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c1472 int rc = gxio_mpipe_link_open(link, &md->context, link_name, 0); in tile_net_link_open()