Searched refs:abs_ppfid (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev.c | 833 u8 ppfid, abs_ppfid; in ecore_llh_hw_init_pf() local 839 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_hw_init_pf() 843 addr = NIG_REG_LLH_PPFID2PFID_TBL_0 + abs_ppfid * 0x4; in ecore_llh_hw_init_pf() 888 u8 abs_ppfid; in ecore_llh_set_ppfid_affinity() local 896 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_set_ppfid_affinity() 917 addr = NIG_REG_PPF_TO_ENGINE_SEL + abs_ppfid * 0x4; in ecore_llh_set_ppfid_affinity() 938 u8 ppfid, abs_ppfid; in ecore_llh_set_roce_affinity() local 966 rc = ecore_abs_ppfid(p_dev, ppfid, &abs_ppfid); in ecore_llh_set_roce_affinity() 970 addr = NIG_REG_PPF_TO_ENGINE_SEL + abs_ppfid * 0x4; in ecore_llh_set_roce_affinity() 991 struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, in ecore_llh_access_filter_e4() argument [all …]
|
H A D | ecore_hw.h | 283 u8 abs_ppfid, u32 hw_addr, u32 val); 295 u8 abs_ppfid, u32 hw_addr);
|
H A D | ecore_hw.c | 1159 u8 abs_ppfid, u32 hw_addr, u32 val) in ecore_ppfid_wr() argument 1161 u8 pfid = ECORE_PFID_BY_PPFID(p_hwfn, abs_ppfid); in ecore_ppfid_wr() 1172 u8 abs_ppfid, u32 hw_addr) in ecore_ppfid_rd() argument 1174 u8 pfid = ECORE_PFID_BY_PPFID(p_hwfn, abs_ppfid); in ecore_ppfid_rd()
|
H A D | ecore.h | 1057 #define ECORE_PFID_BY_PPFID(_p_hwfn, abs_ppfid) \ argument 1059 (abs_ppfid) : \ 1060 (abs_ppfid) * (_p_hwfn)->p_dev->num_ports_in_engine + \
|