Lines Matching refs:r_bitmap
2031 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap, in ice_aq_map_recipe_to_profile() argument
2043 memcpy(cmd->recipe_assoc, r_bitmap, sizeof(cmd->recipe_assoc)); in ice_aq_map_recipe_to_profile()
2057 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap, in ice_aq_get_recipe_to_profile() argument
2070 memcpy(r_bitmap, cmd->recipe_assoc, sizeof(cmd->recipe_assoc)); in ice_aq_get_recipe_to_profile()
2114 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2121 bitmap_zero(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2122 if (ice_aq_get_recipe_to_profile(hw, i, (u8 *)r_bitmap, NULL)) in ice_get_recp_to_prof_map()
2124 bitmap_copy(profile_to_recipe[i], r_bitmap, in ice_get_recp_to_prof_map()
2126 for_each_set_bit(j, r_bitmap, ICE_MAX_NUM_RECIPES) in ice_get_recp_to_prof_map()
2275 memcpy(recps[idx].r_bitmap, root_bufs.recipe_bitmap, in ice_get_recp_frm_fw()
2276 sizeof(recps[idx].r_bitmap)); in ice_get_recp_frm_fw()
4969 bitmap_zero(rm->r_bitmap, ICE_MAX_NUM_RECIPES); in ice_add_sw_recipe()
5050 set_bit(buf[0].recipe_indx, rm->r_bitmap); in ice_add_sw_recipe()
5052 if (sizeof(buf[0].recipe_bitmap) >= sizeof(rm->r_bitmap)) { in ice_add_sw_recipe()
5053 memcpy(buf[0].recipe_bitmap, rm->r_bitmap, in ice_add_sw_recipe()
5110 set_bit(rid, rm->r_bitmap); in ice_add_sw_recipe()
5119 set_bit(entry->rid, rm->r_bitmap); in ice_add_sw_recipe()
5123 sizeof(rm->r_bitmap)) { in ice_add_sw_recipe()
5124 memcpy(buf[recps].recipe_bitmap, rm->r_bitmap, in ice_add_sw_recipe()
5175 memcpy(recp->r_bitmap, buf[buf_idx].recipe_bitmap, in ice_add_sw_recipe()
5176 sizeof(recp->r_bitmap)); in ice_add_sw_recipe()
5465 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_add_adv_recipe()
5469 (u8 *)r_bitmap, NULL); in ice_add_adv_recipe()
5473 bitmap_or(r_bitmap, r_bitmap, rm->r_bitmap, in ice_add_adv_recipe()
5480 (u8 *)r_bitmap, in ice_add_adv_recipe()
5488 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe()
5492 for_each_set_bit(j, rm->r_bitmap, ICE_MAX_NUM_RECIPES) in ice_add_adv_recipe()