Lines Matching refs:r_bitmap

2040 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,  in ice_aq_map_recipe_to_profile()  argument
2052 memcpy(cmd->recipe_assoc, r_bitmap, sizeof(cmd->recipe_assoc)); in ice_aq_map_recipe_to_profile()
2066 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap, in ice_aq_get_recipe_to_profile() argument
2079 memcpy(r_bitmap, cmd->recipe_assoc, sizeof(cmd->recipe_assoc)); in ice_aq_get_recipe_to_profile()
2123 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2130 bitmap_zero(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2131 if (ice_aq_get_recipe_to_profile(hw, i, (u8 *)r_bitmap, NULL)) in ice_get_recp_to_prof_map()
2133 bitmap_copy(profile_to_recipe[i], r_bitmap, in ice_get_recp_to_prof_map()
2135 for_each_set_bit(j, r_bitmap, ICE_MAX_NUM_RECIPES) in ice_get_recp_to_prof_map()
2288 memcpy(recps[idx].r_bitmap, root_bufs.recipe_bitmap, in ice_get_recp_frm_fw()
2289 sizeof(recps[idx].r_bitmap)); in ice_get_recp_frm_fw()
4999 bitmap_zero(rm->r_bitmap, ICE_MAX_NUM_RECIPES); in ice_add_sw_recipe()
5086 set_bit(buf[0].recipe_indx, rm->r_bitmap); in ice_add_sw_recipe()
5088 if (sizeof(buf[0].recipe_bitmap) >= sizeof(rm->r_bitmap)) { in ice_add_sw_recipe()
5089 memcpy(buf[0].recipe_bitmap, rm->r_bitmap, in ice_add_sw_recipe()
5145 set_bit(rid, rm->r_bitmap); in ice_add_sw_recipe()
5154 set_bit(entry->rid, rm->r_bitmap); in ice_add_sw_recipe()
5158 sizeof(rm->r_bitmap)) { in ice_add_sw_recipe()
5159 memcpy(buf[recps].recipe_bitmap, rm->r_bitmap, in ice_add_sw_recipe()
5210 memcpy(recp->r_bitmap, buf[buf_idx].recipe_bitmap, in ice_add_sw_recipe()
5211 sizeof(recp->r_bitmap)); in ice_add_sw_recipe()
5433 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_add_adv_recipe()
5437 (u8 *)r_bitmap, NULL); in ice_add_adv_recipe()
5441 bitmap_or(r_bitmap, r_bitmap, rm->r_bitmap, in ice_add_adv_recipe()
5448 (u8 *)r_bitmap, in ice_add_adv_recipe()
5456 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe()
5460 for_each_set_bit(j, rm->r_bitmap, ICE_MAX_NUM_RECIPES) in ice_add_adv_recipe()