Searched refs:start_cid (Results 1 – 2 of 2) sorted by relevance
283 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in ecore_cxt_get_proto_cid_start()981 p_mngr->acquired[type].start_cid = 0; in ecore_cid_map_free()988 p_mngr->acquired_vf[type][vf].start_cid = 0; in ecore_cid_map_free()1009 p_map->start_cid = cid_start; in __ecore_cid_map_alloc_single()1013 type, p_map->start_cid, p_map->max_count); in __ecore_cid_map_alloc_single()1052 u32 start_cid = 0, vf_start_cid = 0; in ecore_cid_map_alloc() local1062 start_cid += p_mngr->conn_cfg[type].cid_count; in ecore_cid_map_alloc()1822 *p_cid = rel_cid + p_map->start_cid; in _ecore_cxt_acquire_cid()1855 if (cid >= (*pp_map)->start_cid && in ecore_cxt_test_cid_acquired()1865 rel_cid = cid - (*pp_map)->start_cid; in ecore_cxt_test_cid_acquired()[all …]
283 u32 start_cid; member