Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h118 bool avoid_eng_affin; member
H A Decore_dev.c738 bool avoid_eng_affin) in ecore_llh_set_engine_affin() argument
748 if (avoid_eng_affin) { in ecore_llh_set_engine_affin()
791 bool avoid_eng_affin) in ecore_llh_hw_init_pf() argument
818 rc = ecore_llh_set_engine_affin(p_hwfn, p_ptt, avoid_eng_affin); in ecore_llh_hw_init_pf()
3504 p_params->avoid_eng_affin); in ecore_hw_init_pf()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c304 hw_init_params.avoid_eng_affin = false; in qed_slowpath_start()