Lines Matching refs:start_cid
340 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()
1042 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
1047 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()
1066 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1070 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1078 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local
1087 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, in qed_cid_map_alloc()
1100 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1834 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()
1867 if (cid >= (*pp_map)->start_cid && in qed_cxt_test_cid_acquired()
1868 cid < (*pp_map)->start_cid + (*pp_map)->max_count) in qed_cxt_test_cid_acquired()
1877 rel_cid = cid - (*pp_map)->start_cid; in qed_cxt_test_cid_acquired()
1912 rel_cid = cid - p_map->start_cid; in _qed_cxt_release_cid()