Home
last modified time | relevance | path

Searched refs:RUNTIME_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c34 for (i = 0; i < RUNTIME_ARRAY_SIZE; i++) in ecore_init_clear_rt_data()
40 if (rt_offset >= RUNTIME_ARRAY_SIZE) { in ecore_init_store_rt_reg()
43 val, rt_offset, RUNTIME_ARRAY_SIZE); in ecore_init_store_rt_reg()
56 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) { in ecore_init_store_rt_agg()
60 RUNTIME_ARRAY_SIZE); in ecore_init_store_rt_agg()
123 sizeof(bool) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
128 sizeof(u32) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
H A Decore_rt_defs.h448 #define RUNTIME_ARRAY_SIZE 34472 macro