Home
last modified time | relevance | path

Searched refs:gxio_mpipe_alloc_buffer_stacks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/include/gxio/
Diorpc_mpipe.h59 int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context,
Dmpipe.h378 extern int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context,
/linux-4.4.14/arch/tile/gxio/
Diorpc_mpipe.c24 int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context, in gxio_mpipe_alloc_buffer_stacks() function
40 EXPORT_SYMBOL(gxio_mpipe_alloc_buffer_stacks);
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c1071 rc = gxio_mpipe_alloc_buffer_stacks(&md->context, num_kinds, 0, 0); in init_buffer_stacks()