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 D | ecore_cxt.c | 221 u32 start_cid; member 493 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in ecore_cxt_get_proto_cid_start() 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 1229 if (ecore_cid_map_alloc_single(p_hwfn, type, start_cid, in ecore_cid_map_alloc() 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() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 157 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 D | lm_pf.c | 358 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…
|