Home
last modified time | relevance | path

Searched refs:OSAL_ARRAY_SIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h427 #define OSAL_ARRAY_SIZE(arr) RTE_DIM(arr) macro
H A Decore_dcbx.c100 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_dp_protocol()
177 for (i = 0; i < OSAL_ARRAY_SIZE(ecore_dcbx_app_update); i++) { in ecore_dcbx_update_app_info()
H A Decore_hw.c91 for (i = 0; i < OSAL_ARRAY_SIZE(pxp_global_win); i++) in ecore_gtt_init()
H A Decore_sriov.c3195 table_size = OSAL_MIN_T(u16, OSAL_ARRAY_SIZE(p_rss->rss_ind_table), in ecore_iov_vp_update_rss_param()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c1625 for (i = 0; i < OSAL_ARRAY_SIZE(s_rbc_reset_defs); i++) in qed_grc_unreset_blocks()
3151 for (phy_id = 0; phy_id < OSAL_ARRAY_SIZE(s_phy_defs); phy_id++) { in qed_grc_dump_phy()
6550 if (format_level >= OSAL_ARRAY_SIZE(s_mcp_trace_level_str)) in qed_parse_mcp_trace_buf()
6733 for (j = 0; j < OSAL_ARRAY_SIZE(s_reg_fifo_errors) && !err_msg; in qed_parse_reg_fifo_dump()
6798 if (source >= OSAL_ARRAY_SIZE(s_igu_fifo_source_strs)) in qed_parse_igu_fifo_element()
6800 if (err_type >= OSAL_ARRAY_SIZE(s_igu_fifo_error_strs)) in qed_parse_igu_fifo_element()
6804 for (i = 0; i < OSAL_ARRAY_SIZE(s_igu_fifo_addr_data) && !found_addr; in qed_parse_igu_fifo_element()