Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c200 unsigned long *cid_map; member
1211 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
1217 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
1237 if (p_map->cid_map == OSAL_NULL) in ecore_cid_map_alloc_single()
1413 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
1424 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
2019 if (p_map->cid_map == OSAL_NULL) { in _ecore_cxt_acquire_cid()
2024 rel_cid = OSAL_FIND_FIRST_ZERO_BIT(p_map->cid_map, in _ecore_cxt_acquire_cid()
2033 OSAL_SET_BIT(rel_cid, p_map->cid_map); in _ecore_cxt_acquire_cid()
2066 if (!((*pp_map)->cid_map)) in ecore_cxt_test_cid_acquired()
[all …]
H A Decore_rdma.h116 struct ecore_bmap cid_map; member