Home
last modified time | relevance | path

Searched refs:cid_map (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c979 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
985 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
1005 if (p_map->cid_map == OSAL_NULL) in __ecore_cid_map_alloc_single()
1223 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
1234 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
1806 if (p_map->cid_map == OSAL_NULL) { in _ecore_cxt_acquire_cid()
1811 rel_cid = OSAL_FIND_FIRST_ZERO_BIT(p_map->cid_map, in _ecore_cxt_acquire_cid()
1820 OSAL_SET_BIT(rel_cid, p_map->cid_map); in _ecore_cxt_acquire_cid()
1853 if (!((*pp_map)->cid_map)) in ecore_cxt_test_cid_acquired()
1866 if (!OSAL_GET_BIT(rel_cid, (*pp_map)->cid_map)) { in ecore_cxt_test_cid_acquired()
[all …]
H A Decore_cxt.h285 u32 *cid_map; member