Lines Matching refs:start_cid
202 u32 start_cid; member
470 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()
1132 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
1137 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()
1161 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1165 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1173 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local
1182 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, in qed_cid_map_alloc()
1195 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1937 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()
1970 if (cid >= (*pp_map)->start_cid && in qed_cxt_test_cid_acquired()
1971 cid < (*pp_map)->start_cid + (*pp_map)->max_count) in qed_cxt_test_cid_acquired()
1980 rel_cid = cid - (*pp_map)->start_cid; in qed_cxt_test_cid_acquired()
2015 rel_cid = cid - p_map->start_cid; in _qed_cxt_release_cid()