Lines Matching refs:cid_map
1039 bitmap_free(p_mngr->acquired[type].cid_map); in qed_cid_map_free()
1044 bitmap_free(p_mngr->acquired_vf[type][vf].cid_map); in qed_cid_map_free()
1060 p_map->cid_map = bitmap_zalloc(cid_count, GFP_KERNEL); in qed_cid_map_alloc_single()
1061 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1222 bitmap_zero(p_map->cid_map, p_map->max_count); in qed_cxt_mngr_setup()
1230 bitmap_zero(p_map->cid_map, p_map->max_count); in qed_cxt_mngr_setup()
1819 if (!p_map->cid_map) { in _qed_cxt_acquire_cid()
1824 rel_cid = find_first_zero_bit(p_map->cid_map, p_map->max_count); in _qed_cxt_acquire_cid()
1831 __set_bit(rel_cid, p_map->cid_map); in _qed_cxt_acquire_cid()
1864 if (!((*pp_map)->cid_map)) in qed_cxt_test_cid_acquired()
1877 if (!test_bit(rel_cid, (*pp_map)->cid_map)) { in qed_cxt_test_cid_acquired()
1912 clear_bit(rel_cid, p_map->cid_map); in _qed_cxt_release_cid()