Lines Matching refs:start_cid
201 u32 start_cid; member
469 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()
1131 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
1136 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()
1160 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1164 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1172 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local
1181 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, in qed_cid_map_alloc()
1194 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1936 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()
1969 if (cid >= (*pp_map)->start_cid && in qed_cxt_test_cid_acquired()
1970 cid < (*pp_map)->start_cid + (*pp_map)->max_count) in qed_cxt_test_cid_acquired()
1979 rel_cid = cid - (*pp_map)->start_cid; in qed_cxt_test_cid_acquired()
2014 rel_cid = cid - p_map->start_cid; in _qed_cxt_release_cid()