Searched refs:cid_map (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 198 unsigned long *cid_map; member 1207 OSAL_FREE(p_hwfn->p_dev, p_mngr->acquired[type].cid_map); in ecore_cid_map_free() 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() 1215 p_mngr->acquired_vf[type][vf].cid_map = OSAL_NULL; in ecore_cid_map_free() 1233 p_map->cid_map = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_cid_map_alloc_single() 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() [all …]
|
H A D | ecore_roce.c | 195 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 D | ecore_rdma.h | 114 struct ecore_bmap cid_map; member
|
H A D | ecore_iwarp.c | 154 &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 D | ecore_rdma.c | 405 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()
|