Searched refs:tm_iids (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_cxt.c | 616 struct ecore_tm_iids tm_iids; in ecore_cxt_cfg_ilt_compute() local 622 OSAL_MEM_ZERO(&tm_iids, sizeof(tm_iids)); in ecore_cxt_cfg_ilt_compute() 827 ecore_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids); in ecore_cxt_cfg_ilt_compute() 828 total = tm_iids.pf_cids + tm_iids.pf_tids_total; in ecore_cxt_cfg_ilt_compute() 841 total = tm_iids.per_vf_cids + tm_iids.per_vf_tids; in ecore_cxt_cfg_ilt_compute() 1817 struct ecore_tm_iids tm_iids; in ecore_tm_init_pf() local 1821 OSAL_MEM_ZERO(&tm_iids, sizeof(tm_iids)); in ecore_tm_init_pf() 1822 ecore_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids); in ecore_tm_init_pf() 1829 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_cids); in ecore_tm_init_pf() 1841 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_cids); in ecore_tm_init_pf() [all …]
|