Lines Matching refs:cid_map
204 unsigned long *cid_map; member
1130 kfree(p_mngr->acquired[type].cid_map); in qed_cid_map_free()
1135 kfree(p_mngr->acquired_vf[type][vf].cid_map); in qed_cid_map_free()
1156 p_map->cid_map = kzalloc(size, GFP_KERNEL); in qed_cid_map_alloc_single()
1157 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1318 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1330 memset(p_map->cid_map, 0, len); in qed_cxt_mngr_setup()
1923 if (!p_map->cid_map) { in _qed_cxt_acquire_cid()
1928 rel_cid = find_first_zero_bit(p_map->cid_map, p_map->max_count); in _qed_cxt_acquire_cid()
1935 __set_bit(rel_cid, p_map->cid_map); in _qed_cxt_acquire_cid()
1968 if (!((*pp_map)->cid_map)) in qed_cxt_test_cid_acquired()
1981 if (!test_bit(rel_cid, (*pp_map)->cid_map)) { in qed_cxt_test_cid_acquired()
2016 clear_bit(rel_cid, p_map->cid_map); in _qed_cxt_release_cid()