Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c1856 u64 cfg_word; in ecore_tm_init_pf() local
1866 cfg_word = 0; in ecore_tm_init_pf()
1867 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_cids); in ecore_tm_init_pf()
1868 SET_FIELD(cfg_word, TM_CFG_PRE_SCAN_OFFSET, 0); in ecore_tm_init_pf()
1869 SET_FIELD(cfg_word, TM_CFG_PARENT_PF, p_hwfn->rel_pf_id); in ecore_tm_init_pf()
1870 SET_FIELD(cfg_word, TM_CFG_CID_PRE_SCAN_ROWS, 0); /* scan all */ in ecore_tm_init_pf()
1873 (sizeof(cfg_word) / sizeof(u32)) * in ecore_tm_init_pf()
1875 STORE_RT_REG_AGG(p_hwfn, rt_reg, cfg_word); in ecore_tm_init_pf()
1878 cfg_word = 0; in ecore_tm_init_pf()
1879 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_cids); in ecore_tm_init_pf()
[all …]