Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/gxio/
Dmpipe.c146 size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers) in gxio_mpipe_calc_buffer_stack_bytes() function
158 EXPORT_SYMBOL_GPL(gxio_mpipe_calc_buffer_stack_bytes);
/linux-4.1.27/arch/tile/include/gxio/
Dmpipe.h417 extern size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers);
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c1004 size_t needed = gxio_mpipe_calc_buffer_stack_bytes(num_buffers); in create_buffer_stack()