Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/gxio/
Dmpipe.c121 size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers) in gxio_mpipe_calc_buffer_stack_bytes() function
133 EXPORT_SYMBOL_GPL(gxio_mpipe_calc_buffer_stack_bytes);
/linux-4.4.14/arch/tile/include/gxio/
Dmpipe.h417 extern size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers);
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c1005 size_t needed = gxio_mpipe_calc_buffer_stack_bytes(num_buffers); in create_buffer_stack()