Lines Matching refs:start_cid
114 u32 start_cid; member
403 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
410 u32 start_cid = 0; in qed_cid_map_alloc() local
428 p_mngr->acquired[type].start_cid = start_cid; in qed_cid_map_alloc()
430 p_hwfn->p_cxt_mngr->conn_cfg[type].cid_start = start_cid; in qed_cid_map_alloc()
434 type, p_mngr->acquired[type].start_cid, in qed_cid_map_alloc()
436 start_cid += cid_cnt; in qed_cid_map_alloc()
739 *p_cid = rel_cid + p_mngr->acquired[type].start_cid; in qed_cxt_acquire_cid()
759 if (cid >= p_map->start_cid && in qed_cxt_test_cid_acquired()
760 cid < p_map->start_cid + p_map->max_count) in qed_cxt_test_cid_acquired()
770 rel_cid = cid - p_map->start_cid; in qed_cxt_test_cid_acquired()
792 rel_cid = cid - p_mngr->acquired[type].start_cid; in qed_cxt_release_cid()