Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/tile/gxio/
Dmpipe.c572 int gxio_mpipe_link_open(gxio_mpipe_link_t *link, in gxio_mpipe_link_open()
595 int gxio_mpipe_link_close(gxio_mpipe_link_t *link) in gxio_mpipe_link_close()
602 int gxio_mpipe_link_set_attr(gxio_mpipe_link_t *link, uint32_t attr, in gxio_mpipe_link_set_attr()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c179 gxio_mpipe_link_t link;
183 gxio_mpipe_link_t loopify_link;
1466 static int tile_net_link_open(struct net_device *dev, gxio_mpipe_link_t *link, in tile_net_link_open()