Lines Matching refs:cid_map
203 unsigned long *cid_map; member
1129 kfree(p_mngr->acquired[type].cid_map); in qed_cid_map_free()
1134 kfree(p_mngr->acquired_vf[type][vf].cid_map); in qed_cid_map_free()
1155 p_map->cid_map = kzalloc(size, GFP_KERNEL); in qed_cid_map_alloc_single()
1156 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1317 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1329 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1922 if (!p_map->cid_map) { in _qed_cxt_acquire_cid()
1927 rel_cid = find_first_zero_bit(p_map->cid_map, p_map->max_count); in _qed_cxt_acquire_cid()
1934 __set_bit(rel_cid, p_map->cid_map); in _qed_cxt_acquire_cid()
1967 if (!((*pp_map)->cid_map)) in qed_cxt_test_cid_acquired()
1980 if (!test_bit(rel_cid, (*pp_map)->cid_map)) { in qed_cxt_test_cid_acquired()
2015 clear_bit(rel_cid, p_map->cid_map); in _qed_cxt_release_cid()