Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c223 unsigned long *cid_map; member
1185 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
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()
2022 if (!((*pp_map)->cid_map)) in ecore_cxt_test_cid_acquired()
2036 if (!OSAL_TEST_BIT(rel_cid, (*pp_map)->cid_map)) { in ecore_cxt_test_cid_acquired()
[all …]
H A Decore_roce.h199 struct ecore_bmap cid_map; member