Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c221 u32 start_cid; member
1181 p_mngr->acquired[type].start_cid = 0; in ecore_cid_map_free()
1187 p_mngr->acquired_vf[type][vf].start_cid = 0; in ecore_cid_map_free()
1208 p_map->start_cid = cid_start; in ecore_cid_map_alloc_single()
1212 type, p_map->start_cid, p_map->max_count); in ecore_cid_map_alloc_single()
1220 u32 start_cid = 0, vf_start_cid = 0; in ecore_cid_map_alloc() local
1243 start_cid += p_cfg->cid_count; in ecore_cid_map_alloc()
1991 *p_cid = rel_cid + p_map->start_cid; in _ecore_cxt_acquire_cid()
2024 if (cid >= (*pp_map)->start_cid && in ecore_cxt_test_cid_acquired()
2035 rel_cid = cid - (*pp_map)->start_cid; in ecore_cxt_test_cid_acquired()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c157 u16_t ind_cids, start_cid, end_cid; in lm_vf_dis() local
160 start_cid = (((1 << LM_VF_MAX_RVFID_SIZE) | 0) << LM_VF_CID_WND_SIZE); //1st possible abs VF_ID in lm_vf_dis()
162 …DbgMessage2(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_ci… in lm_vf_dis()
163 for (ind_cids = start_cid; ind_cids <= end_cid; ind_cids++) { in lm_vf_dis()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c358 u16_t ind_cids, start_cid, end_cid;
361 start_cid = (((1 << LM_VF_MAX_RVFID_SIZE) | 0) << LM_VF_CID_WND_SIZE); //1st possible abs VF_ID
363 …DbgMessage(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_cid…