Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmvwin.h161 #define MV_WIN_CESA_ATTR(eng_sel) 1 argument
164 #define MV_WIN_CESA_ATTR(eng_sel) 0 argument
174 #define MV_WIN_CESA_ATTR_ARMADAXP(eng_sel) (1 | ((eng_sel) << 2)) argument
186 #define MV_WIN_CESA_ATTR_ARMADA38X(eng_sel) (0x11 | (1 << (3 - (eng_sel)))) argument
H A Dmv_common.c82 static int mv_win_cesa_attr_armv5(int eng_sel);
83 static int mv_win_cesa_attr_armada38x(int eng_sel);
84 static int mv_win_cesa_attr_armadaxp(int eng_sel);
395 static int mv_win_cesa_attr_armv5(int eng_sel) in mv_win_cesa_attr_armv5() argument
398 return MV_WIN_CESA_ATTR(eng_sel); in mv_win_cesa_attr_armv5()
401 static int mv_win_cesa_attr_armada38x(int eng_sel) in mv_win_cesa_attr_armada38x() argument
404 return MV_WIN_CESA_ATTR_ARMADA38X(eng_sel); in mv_win_cesa_attr_armada38x()
407 static int mv_win_cesa_attr_armadaxp(int eng_sel) in mv_win_cesa_attr_armadaxp() argument
410 return MV_WIN_CESA_ATTR_ARMADAXP(eng_sel); in mv_win_cesa_attr_armadaxp()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c847 u32 addr, val, eng_sel; in ecore_llh_set_ppfid_affinity() local
863 eng_sel = 0; in ecore_llh_set_ppfid_affinity()
866 eng_sel = 1; in ecore_llh_set_ppfid_affinity()
869 eng_sel = 2; in ecore_llh_set_ppfid_affinity()
880 SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_NON_ROCE, eng_sel); in ecore_llh_set_ppfid_affinity()
897 u32 addr, val, eng_sel; in ecore_llh_set_roce_affinity() local
909 eng_sel = 0; in ecore_llh_set_roce_affinity()
912 eng_sel = 1; in ecore_llh_set_roce_affinity()
915 eng_sel = 2; in ecore_llh_set_roce_affinity()
933 SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_ROCE, eng_sel); in ecore_llh_set_roce_affinity()