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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c68 for (i = 0; i < RUNTIME_ARRAY_SIZE; i++)
75 if (rt_offset >= RUNTIME_ARRAY_SIZE) {
77 "Avoid storing %u in rt_data at index %u since RUNTIME_ARRAY_SIZE is %u!\n",
78 val, rt_offset, RUNTIME_ARRAY_SIZE);
92 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) {
94 "Avoid storing values in rt_data at indices %u-%u since RUNTIME_ARRAY_SIZE is %u!\n",
96 RUNTIME_ARRAY_SIZE);
161 sizeof(bool) * RUNTIME_ARRAY_SIZE);
166 sizeof(u32) * RUNTIME_ARRAY_SIZE);
H A Decore_rt_defs.h555 #define RUNTIME_ARRAY_SIZE 43023 macro

Completed in 59 milliseconds