Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/gxio/
Dmpipe.h1727 } gxio_mpipe_link_t; typedef
1783 extern int gxio_mpipe_link_open(gxio_mpipe_link_t *link,
1798 extern int gxio_mpipe_link_close(gxio_mpipe_link_t *link);
1805 static inline int gxio_mpipe_link_channel(gxio_mpipe_link_t *link) in gxio_mpipe_link_channel()
1818 extern int gxio_mpipe_link_set_attr(gxio_mpipe_link_t *link, uint32_t attr,
/linux-4.4.14/arch/tile/gxio/
Dmpipe.c547 int gxio_mpipe_link_open(gxio_mpipe_link_t *link, in gxio_mpipe_link_open()
570 int gxio_mpipe_link_close(gxio_mpipe_link_t *link) in gxio_mpipe_link_close()
577 int gxio_mpipe_link_set_attr(gxio_mpipe_link_t *link, uint32_t attr, in gxio_mpipe_link_set_attr()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c180 gxio_mpipe_link_t link;
184 gxio_mpipe_link_t loopify_link;
1467 static int tile_net_link_open(struct net_device *dev, gxio_mpipe_link_t *link, in tile_net_link_open()