Lines Matching refs:cid_map
1039 kfree(p_mngr->acquired[type].cid_map); in qed_cid_map_free()
1044 kfree(p_mngr->acquired_vf[type][vf].cid_map); in qed_cid_map_free()
1065 p_map->cid_map = kzalloc(size, GFP_KERNEL); in qed_cid_map_alloc_single()
1066 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1232 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1244 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1833 if (!p_map->cid_map) { in _qed_cxt_acquire_cid()
1838 rel_cid = find_first_zero_bit(p_map->cid_map, p_map->max_count); in _qed_cxt_acquire_cid()
1845 __set_bit(rel_cid, p_map->cid_map); in _qed_cxt_acquire_cid()
1878 if (!((*pp_map)->cid_map)) in qed_cxt_test_cid_acquired()
1891 if (!test_bit(rel_cid, (*pp_map)->cid_map)) { in qed_cxt_test_cid_acquired()
1926 clear_bit(rel_cid, p_map->cid_map); in _qed_cxt_release_cid()