Searched refs:OSAL_ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dcbx.c | 190 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_dp_protocol() 250 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_update_app_info() 801 OSAL_ARRAY_SIZE(p_local->local_chassis_id)); in ecore_dcbx_get_local_lldp_params() 803 OSAL_ARRAY_SIZE(p_local->local_port_id)); in ecore_dcbx_get_local_lldp_params() 817 OSAL_ARRAY_SIZE(p_remote->peer_chassis_id)); in ecore_dcbx_get_remote_lldp_params() 819 OSAL_ARRAY_SIZE(p_remote->peer_port_id)); in ecore_dcbx_get_remote_lldp_params()
|
H A D | ecore_dbg_fw_funcs.c | 383 #define CHECK_ARR_SIZE(arr, size) OSAL_BUILD_BUG_ON(!(OSAL_ARRAY_SIZE(arr) == size)) 554 { (u32*)dbg_modes_tree_buf, OSAL_ARRAY_SIZE(dbg_modes_tree_buf)}, 557 { dump_reg, OSAL_ARRAY_SIZE(dump_reg) }, 560 { dump_mem, OSAL_ARRAY_SIZE(dump_mem) }, 563 { idle_chk_regs, OSAL_ARRAY_SIZE(idle_chk_regs) }, 566 { idle_chk_imms, OSAL_ARRAY_SIZE(idle_chk_imms) }, 569 { idle_chk_rules, OSAL_ARRAY_SIZE(idle_chk_rules) }, 575 { attn_block, OSAL_ARRAY_SIZE(attn_block) }, 578 { attn_reg, OSAL_ARRAY_SIZE(attn_reg) }, 587 { dbg_bus_blocks, OSAL_ARRAY_SIZE(dbg_bus_blocks) }, [all …]
|
H A D | ecore_phy.c | 594 for (reg_id = 0; reg_id < OSAL_ARRAY_SIZE(bb_stat_regs); reg_id++) { in ecore_bb_phy_mac_stat() 638 for (reg_id = 0; reg_id < OSAL_ARRAY_SIZE(ah_stat_regs); reg_id++) { in ecore_ah_e5_phy_mac_stat()
|
H A D | ecore_init_ops.c | 599 for (i = 0; i < OSAL_ARRAY_SIZE(pxp_global_win); i++)
|
H A D | bcm_osal.h | 584 #define OSAL_ARRAY_SIZE(arr) ARRAY_SIZE(arr) macro
|
H A D | ecore_int.c | 1148 arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr); in ecore_int_sp_dpc() 1739 for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) { in ecore_int_register_cb()
|