Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c151 u32 cids_per_vf; member
314 iids->per_vf_cids += p_mngr->conn_cfg[type].cids_per_vf; in ecore_cxt_cdu_iids()
335 iids->per_vf_cids += p_mngr->conn_cfg[i].cids_per_vf; in ecore_cxt_src_iids()
376 if (p_cfg->cids_per_vf) in ecore_cxt_tm_iids()
379 iids->per_vf_cids += p_cfg->cids_per_vf; in ecore_cxt_tm_iids()
419 vf_cids += p_mngr->conn_cfg[type].cids_per_vf; in ecore_cxt_qm_iids()
468 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
485 *vf_cid = p_hwfn->p_cxt_mngr->conn_cfg[type].cids_per_vf; in ecore_cxt_get_proto_cid_count()
1238 p_cfg->cids_per_vf, in ecore_cid_map_alloc()
1244 vf_start_cid += p_cfg->cids_per_vf; in ecore_cid_map_alloc()
[all …]