Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c239 u32 vf_count; member
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()
664 for (i = 1; i < p_mngr->vf_count; i++) in ecore_cxt_cfg_ilt_compute()
766 for (i = 1; i < p_mngr->vf_count; i++) { in ecore_cxt_cfg_ilt_compute()
808 total = src_iids.pf_cids + src_iids.per_vf_cids * p_mngr->vf_count; in ecore_cxt_cfg_ilt_compute()
852 for (i = 1; i < p_mngr->vf_count; i++) { in ecore_cxt_cfg_ilt_compute()
1153 for (k = 0; k < p_mngr->vf_count; k++) { in ecore_ilt_shadow_alloc()
1301 p_mngr->vf_count = p_hwfn->p_dev->p_iov_info->total_vfs; in ecore_cxt_mngr_alloc()
1827 for (i = 0; i < p_mngr->vf_count; i++) { in ecore_tm_init_pf()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1747 int vf, rc, vf_count = 0; in collect_rss_vf_config() local
1750 vf_count = padap->params.arch.vfcount; in collect_rss_vf_config()
1751 size = vf_count * sizeof(*vfconf); in collect_rss_vf_config()
1759 for (vf = 0; vf < vf_count; vf++) { in collect_rss_vf_config()