Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h745 #define MVPP2_CPU_DESC_CHUNK 64 macro
H A Dmvpp2_main.c2556 req = max(MVPP2_CPU_DESC_CHUNK, num - txq_pcpu->reserved_num); in mvpp2_txq_reserved_desc_num_proc()
2560 (txq->size - (MVPP2_MAX_THREADS * MVPP2_CPU_DESC_CHUNK))) in mvpp2_txq_reserved_desc_num_proc()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c609 #define MVPP2_CPU_DESC_CHUNK 16 macro