Searched refs:OSAL_ARRAY_SIZE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 379 #define CHECK_ARR_SIZE(arr, size) OSAL_BUILD_BUG_ON(!(OSAL_ARRAY_SIZE(arr) == size)) 553 { (const u32 *)dbg_modes_tree_buf, OSAL_ARRAY_SIZE(dbg_modes_tree_buf)}, 556 { dump_reg, OSAL_ARRAY_SIZE(dump_reg) }, 559 { dump_mem, OSAL_ARRAY_SIZE(dump_mem) }, 562 { idle_chk_regs, OSAL_ARRAY_SIZE(idle_chk_regs) }, 565 { idle_chk_imms, OSAL_ARRAY_SIZE(idle_chk_imms) }, 568 { idle_chk_rules, OSAL_ARRAY_SIZE(idle_chk_rules) }, 574 { attn_block, OSAL_ARRAY_SIZE(attn_block) }, 577 { attn_reg, OSAL_ARRAY_SIZE(attn_reg) }, 586 { dbg_bus_blocks, OSAL_ARRAY_SIZE(dbg_bus_blocks) }, [all …]
|
H A D | ecore_init_ops.c | 622 for (i = 0; i < OSAL_ARRAY_SIZE(pxp_global_win); i++)
|
H A D | bcm_osal.h | 430 #define OSAL_ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
H A D | ecore_dcbx.c | 182 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_dp_protocol() 257 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_update_app_info()
|
H A D | ecore_int.c | 1248 arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr); in ecore_int_sp_dpc() 1840 for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) { in ecore_int_register_cb()
|
H A D | ecore_roce.c | 234 for (i = 0; i < OSAL_ARRAY_SIZE(qp->sgid.dwords); i++) { in ecore_rdma_copy_gids()
|
H A D | ecore_sriov.c | 3120 table_size = OSAL_MIN_T(u16, OSAL_ARRAY_SIZE(p_rss->rss_ind_table), in ecore_iov_vp_update_rss_param()
|