Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_dev.c836 u8 ppfid, abs_ppfid; in ecore_llh_hw_init_pf() local
842 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_hw_init_pf()
846 addr = NIG_REG_LLH_PPFID2PFID_TBL_0 + abs_ppfid * 0x4; in ecore_llh_hw_init_pf()
891 u8 abs_ppfid; in ecore_llh_set_ppfid_affinity() local
899 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_set_ppfid_affinity()
920 addr = NIG_REG_PPF_TO_ENGINE_SEL + abs_ppfid * 0x4; in ecore_llh_set_ppfid_affinity()
941 u8 ppfid, abs_ppfid; in ecore_llh_set_roce_affinity() local
969 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_set_roce_affinity()
973 addr = NIG_REG_PPF_TO_ENGINE_SEL + abs_ppfid * 0x4; in ecore_llh_set_roce_affinity()
994 struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, in ecore_llh_access_filter_e4() argument
[all …]
Decore_hw.h294 u8 abs_ppfid, u32 hw_addr, u32 val);
306 u8 abs_ppfid, u32 hw_addr);
Decore_hw.c1161 u8 abs_ppfid, u32 hw_addr, u32 val) in ecore_ppfid_wr() argument
1163 u8 pfid = ECORE_PFID_BY_PPFID(p_hwfn, abs_ppfid); in ecore_ppfid_wr()
1174 u8 abs_ppfid, u32 hw_addr) in ecore_ppfid_rd() argument
1176 u8 pfid = ECORE_PFID_BY_PPFID(p_hwfn, abs_ppfid); in ecore_ppfid_rd()
Decore.h1057 #define ECORE_PFID_BY_PPFID(_p_hwfn, abs_ppfid) \ argument
1059 (abs_ppfid) : \
1060 (abs_ppfid) * (_p_hwfn)->p_dev->num_ports_in_engine + \