Home
last modified time | relevance | path

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

/src/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c68 for (i = 0; i < RUNTIME_ARRAY_SIZE; i++) in ecore_init_clear_rt_data()
75 if (rt_offset >= RUNTIME_ARRAY_SIZE) { in ecore_init_store_rt_reg()
78 val, rt_offset, RUNTIME_ARRAY_SIZE); in ecore_init_store_rt_reg()
92 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) { in ecore_init_store_rt_agg()
96 RUNTIME_ARRAY_SIZE); in ecore_init_store_rt_agg()
161 sizeof(bool) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
166 sizeof(u32) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
H A Decore_rt_defs.h555 #define RUNTIME_ARRAY_SIZE 43023 macro