Symbol: OSAL_ARRAY_SIZE
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
383
#define CHECK_ARR_SIZE(arr, size) OSAL_BUILD_BUG_ON(!(OSAL_ARRAY_SIZE(arr) == size))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3851
for (phy_id = 0; phy_id < OSAL_ARRAY_SIZE(s_phy_defs); phy_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
554
{ (u32*)dbg_modes_tree_buf, OSAL_ARRAY_SIZE(dbg_modes_tree_buf)},
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
557
{ dump_reg, OSAL_ARRAY_SIZE(dump_reg) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
560
{ dump_mem, OSAL_ARRAY_SIZE(dump_mem) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
563
{ idle_chk_regs, OSAL_ARRAY_SIZE(idle_chk_regs) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
566
{ idle_chk_imms, OSAL_ARRAY_SIZE(idle_chk_imms) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
569
{ idle_chk_rules, OSAL_ARRAY_SIZE(idle_chk_rules) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
575
{ attn_block, OSAL_ARRAY_SIZE(attn_block) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
578
{ attn_reg, OSAL_ARRAY_SIZE(attn_reg) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
587
{ dbg_bus_blocks, OSAL_ARRAY_SIZE(dbg_bus_blocks) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
590
{ dbg_bus_lines, OSAL_ARRAY_SIZE(dbg_bus_lines) },
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
190
for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
250
for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
801
OSAL_ARRAY_SIZE(p_local->local_chassis_id));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
803
OSAL_ARRAY_SIZE(p_local->local_port_id));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
817
OSAL_ARRAY_SIZE(p_remote->peer_chassis_id));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
819
OSAL_ARRAY_SIZE(p_remote->peer_port_id));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
599
for (i = 0; i < OSAL_ARRAY_SIZE(pxp_global_win); i++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1148
arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1739
for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
594
for (reg_id = 0; reg_id < OSAL_ARRAY_SIZE(bb_stat_regs); reg_id++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
638
for (reg_id = 0; reg_id < OSAL_ARRAY_SIZE(ah_stat_regs); reg_id++) {