Symbol: CHECK_ARR_SIZE
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1770
CHECK_ARR_SIZE(s_dbg_arrays, MAX_BIN_DBG_BUFFER_TYPE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1771
CHECK_ARR_SIZE(s_big_ram_defs, NUM_BIG_RAM_TYPES);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1772
CHECK_ARR_SIZE(s_vfc_ram_defs, NUM_VFC_RAM_TYPES);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1773
CHECK_ARR_SIZE(s_rss_mem_defs, NUM_RSS_MEM_TYPES);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1774
CHECK_ARR_SIZE(s_chip_defs, MAX_CHIP_IDS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1775
CHECK_ARR_SIZE(s_platform_defs, MAX_PLATFORM_IDS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1776
CHECK_ARR_SIZE(s_storm_defs, MAX_DBG_STORMS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1777
CHECK_ARR_SIZE(s_constraint_op_defs, MAX_DBG_BUS_CONSTRAINT_OPS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1778
CHECK_ARR_SIZE(s_dbg_target_names, MAX_DBG_BUS_TARGETS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1779
CHECK_ARR_SIZE(s_storm_mode_defs, MAX_DBG_BUS_STORM_MODES);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1780
CHECK_ARR_SIZE(s_grc_param_defs, MAX_DBG_GRC_PARAMS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1781
CHECK_ARR_SIZE(s_reset_regs_defs, MAX_DBG_RESET_REGS);