Home
last modified time | relevance | path

Searched refs:OSAL_MAX_T (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c79 OSAL_MAX_T(u32, (u32)(((rate ? rate : 100000) * QM_RL_PERIOD * 101) / \
90 ((u32)OSAL_MAX_T(u32, QM_RL_INC_VAL(speed), 9700 + 1000))
362 pure_lb_blocks = OSAL_MAX_T(u32, BTB_JUMBO_PKT_BLOCKS, in ecore_btb_blocks_rt_init()
H A Dbcm_osal.h448 #define OSAL_MAX_T(type, __max1, __max2) \ macro
H A Dcommon_hsi.h634 OSAL_MAX_T(PXP_NUM_ILT_RECORDS_BB, PXP_NUM_ILT_RECORDS_K2)
H A Decore_cxt.c414 elem_num = OSAL_MAX_T(u32, elem_num, SRC_MIN_NUM_ELEMS); in ecore_cxt_src_elements()
1627 conn_max = OSAL_MAX_T(u32, conn_num, SRC_MIN_NUM_ELEMS); in ecore_src_init_pf()
H A Decore_dev.c3201 n_wids = OSAL_MAX_T(u32, ECORE_MIN_WIDS, n_cpus); in ecore_hw_init_dpi_size()
3209 min_dpis = OSAL_MAX_T(u32, ECORE_MIN_DPIS, min_dpis); in ecore_hw_init_dpi_size()
4823 OSAL_MAX_T(u32, resc_num[ECORE_ILT], in ecore_hw_get_resc()
H A Decore_l2.c60 p_l2_info->queues = (u32)OSAL_MAX_T(u8, rx, tx); in ecore_l2_alloc()
H A Decore_sriov.c883 current_max = OSAL_MAX_T(u8, current_max, in ecore_iov_enable_vf_access_msix()