Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c198 unsigned long *cid_map; member
1208 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
1214 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
1234 if (p_map->cid_map == OSAL_NULL) in ecore_cid_map_alloc_single()
1410 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
1421 OSAL_MEM_ZERO(p_map->cid_map, len); in ecore_cxt_mngr_setup()
2015 if (p_map->cid_map == OSAL_NULL) { in _ecore_cxt_acquire_cid()
2020 rel_cid = OSAL_FIND_FIRST_ZERO_BIT(p_map->cid_map, in _ecore_cxt_acquire_cid()
2029 OSAL_SET_BIT(rel_cid, p_map->cid_map); in _ecore_cxt_acquire_cid()
2062 if (!((*pp_map)->cid_map)) in ecore_cxt_test_cid_acquired()
[all …]
H A Decore_roce.c195 struct ecore_bmap *cid_map = &p_hwfn->p_rdma_info->cid_map; in ecore_roce_stop() local
204 while (OSAL_BITMAP_WEIGHT(cid_map->bitmap, cid_map->max_count)) { in ecore_roce_stop()
302 resp = ecore_bmap_test_id(p_hwfn, &p_rdma_info->cid_map, icid); in ecore_roce_wait_free_cids()
303 req = ecore_bmap_test_id(p_hwfn, &p_rdma_info->cid_map, icid + 1); in ecore_roce_wait_free_cids()
384 &p_hwfn->p_rdma_info->cid_map, in ecore_roce_set_cid()
1521 ecore_bmap_release_id(p_hwfn, &p_rdma_info->cid_map, cid); in ecore_roce_free_icid()
H A Decore_rdma.h114 struct ecore_bmap cid_map; member
H A Decore_iwarp.c154 &p_hwfn->p_rdma_info->cid_map, in ecore_iwarp_alloc_cid()
173 &p_hwfn->p_rdma_info->cid_map, in ecore_iwarp_alloc_cid()
243 &p_hwfn->p_rdma_info->cid_map, in ecore_iwarp_cid_cleaned()
1556 &p_hwfn->p_rdma_info->cid_map, in ecore_iwarp_wait_for_all_cids()
1562 p_hwfn, &p_hwfn->p_rdma_info->cid_map); in ecore_iwarp_wait_for_all_cids()
H A Decore_rdma.c405 rc = ecore_rdma_bmap_alloc(p_hwfn, &p_rdma_info->cid_map, num_cons, in ecore_rdma_alloc()
512 ecore_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->cid_map, 1); in ecore_rdma_resc_free()