Lines Matching refs:iids

308 			       struct ecore_cdu_iids	*iids)  in ecore_cxt_cdu_iids()  argument
313 iids->pf_cids += p_mngr->conn_cfg[type].cid_count; in ecore_cxt_cdu_iids()
314 iids->per_vf_cids += p_mngr->conn_cfg[type].cids_per_vf; in ecore_cxt_cdu_iids()
326 struct ecore_src_iids *iids) in ecore_cxt_src_iids() argument
334 iids->pf_cids += p_mngr->conn_cfg[i].cid_count; in ecore_cxt_src_iids()
335 iids->per_vf_cids += p_mngr->conn_cfg[i].cids_per_vf; in ecore_cxt_src_iids()
339 iids->pf_cids += p_mngr->arfs_count; in ecore_cxt_src_iids()
353 struct ecore_tm_iids *iids) in ecore_cxt_tm_iids() argument
372 iids->pf_cids += p_cfg->cid_count; in ecore_cxt_tm_iids()
379 iids->per_vf_cids += p_cfg->cids_per_vf; in ecore_cxt_tm_iids()
389 iids->pf_tids[j] += segs[j].count; in ecore_cxt_tm_iids()
395 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_tm_iids()
399 iids->pf_cids = ROUNDUP(iids->pf_cids, TM_ALIGN); in ecore_cxt_tm_iids()
400 iids->per_vf_cids = ROUNDUP(iids->per_vf_cids, TM_ALIGN); in ecore_cxt_tm_iids()
401 iids->per_vf_tids = ROUNDUP(iids->per_vf_tids, TM_ALIGN); in ecore_cxt_tm_iids()
403 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) { in ecore_cxt_tm_iids()
404 iids->pf_tids[j] = ROUNDUP(iids->pf_tids[j], TM_ALIGN); in ecore_cxt_tm_iids()
405 iids->pf_tids_total += iids->pf_tids[j]; in ecore_cxt_tm_iids()
410 struct ecore_qm_iids *iids) in ecore_cxt_qm_iids() argument
418 iids->cids += p_mngr->conn_cfg[type].cid_count; in ecore_cxt_qm_iids()
426 iids->tids += segs[j].count; in ecore_cxt_qm_iids()
435 iids->vf_cids += vf_cids * p_mngr->vf_count; in ecore_cxt_qm_iids()
436 iids->tids += vf_tids * p_mngr->vf_count; in ecore_cxt_qm_iids()
440 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids()
1563 struct ecore_qm_iids iids; in ecore_qm_init_pf() local
1565 OSAL_MEM_ZERO(&iids, sizeof(iids)); in ecore_qm_init_pf()
1566 ecore_cxt_qm_iids(p_hwfn, &iids); in ecore_qm_init_pf()
1571 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()