Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c3174 struct ecore_ptt *p_ptt, u32 pwm_region_size, u32 n_cpus) in ecore_hw_init_dpi_size() argument
3201 n_wids = OSAL_MAX_T(u32, ECORE_MIN_WIDS, n_cpus); in ecore_hw_init_dpi_size()
3244 u32 db_bar_size, n_cpus; in ecore_hw_init_pf_doorbell_bar() local
3296 n_cpus = OSAL_NUM_CPUS(); in ecore_hw_init_pf_doorbell_bar()
3297 rc = ecore_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in ecore_hw_init_pf_doorbell_bar()
3308 n_cpus = 1; in ecore_hw_init_pf_doorbell_bar()
3309 rc = ecore_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in ecore_hw_init_pf_doorbell_bar()