Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c72 for (i = 0; i < RUNTIME_ARRAY_SIZE; i++) in ecore_init_clear_rt_data()
150 sizeof(bool) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
155 sizeof(u32) * RUNTIME_ARRAY_SIZE); in ecore_init_alloc()
H A Decore_rt_defs.h476 #define RUNTIME_ARRAY_SIZE 34309 macro