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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c129 if (rt_offset >= RUNTIME_ARRAY_SIZE) {
145 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) {
213 rt_data->b_valid = kcalloc(RUNTIME_ARRAY_SIZE, sizeof(bool),
218 rt_data->init_val = kcalloc(RUNTIME_ARRAY_SIZE, sizeof(u32),
H A Dqed_hsi.h3247 #define RUNTIME_ARRAY_SIZE 34984 macro

Completed in 244 milliseconds