Searched refs:gxio_mpipe_link_open (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_mpipe_intf.h214 * or ::GXIO_MPIPE_LINK_EXCL_DATA may be specifed in a gxio_mpipe_link_open()
222 * or ::GXIO_MPIPE_LINK_EXCL_DATA may be specifed in a gxio_mpipe_link_open()
233 * or ::GXIO_MPIPE_LINK_EXCL_DATA may be specifed in a gxio_mpipe_link_open()
244 * or ::GXIO_MPIPE_LINK_EXCL_STATS may be specifed in a gxio_mpipe_link_open()
252 * or ::GXIO_MPIPE_LINK_EXCL_STATS may be specifed in a gxio_mpipe_link_open()
270 * or ::GXIO_MPIPE_LINK_EXCL_STATS may be specifed in a gxio_mpipe_link_open()
281 * or ::GXIO_MPIPE_LINK_EXCL_CTL may be specifed in a gxio_mpipe_link_open()
289 * or ::GXIO_MPIPE_LINK_EXCL_CTL may be specifed in a gxio_mpipe_link_open()
304 * or ::GXIO_MPIPE_LINK_EXCL_CTL may be specifed in a gxio_mpipe_link_open()
314 * ::GXIO_MPIPE_LINK_AUTO_NONE may be specifed in a gxio_mpipe_link_open()
325 * specifed in a gxio_mpipe_link_open() call. If none are specified,
335 * ::GXIO_MPIPE_LINK_AUTO_NONE may be specifed in a gxio_mpipe_link_open()
345 * specifed in a gxio_mpipe_link_open() call. If none are specified,
448 * or implicitly by a gxio_mpipe_link_open() or link close operation.
/linux-4.4.14/arch/tile/gxio/
H A Dmpipe.c547 int gxio_mpipe_link_open(gxio_mpipe_link_t *link, gxio_mpipe_link_open() function
568 EXPORT_SYMBOL_GPL(gxio_mpipe_link_open); variable
/linux-4.4.14/arch/tile/include/gxio/
H A Dmpipe.h1600 * Opening a link (with gxio_mpipe_link_open()) requests a set of link
1668 * gxio_mpipe_link_open() and gxio_mpipe_link_close() (or application exit)
1683 * flags on a gxio_mpipe_link_open() call. This opens the link, but does
1732 * gxio_mpipe_link_open() must be called to perform those functions.
1737 * gxio_mpipe_link_open(), passing it the same link name plus the mPIPE
1783 extern int gxio_mpipe_link_open(gxio_mpipe_link_t *link,
/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilegx.c1472 int rc = gxio_mpipe_link_open(link, &md->context, link_name, 0); tile_net_link_open()

Completed in 66 milliseconds