Searched refs:cid_map (Results 1 – 2 of 2) sorted by relevance
223 unsigned long *cid_map; member1179 OSAL_FREE(p_hwfn->p_dev, p_mngr->acquired[type].cid_map); in ecore_cid_map_free()1185 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()1203 p_map->cid_map = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_cid_map_alloc_single()1204 if (p_map->cid_map == OSAL_NULL) in ecore_cid_map_alloc_single()1376 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()1387 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()1975 if (p_map->cid_map == OSAL_NULL) { in _ecore_cxt_acquire_cid()1980 rel_cid = OSAL_FIND_FIRST_ZERO_BIT(p_map->cid_map, in _ecore_cxt_acquire_cid()1989 OSAL_SET_BIT(rel_cid, p_map->cid_map); in _ecore_cxt_acquire_cid()[all …]
199 struct ecore_bmap cid_map; member