Home
last modified time | relevance | path

Searched refs:r_bitmap (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_switch.h242 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES);
427 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
430 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
Dice_switch.c2040 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()
[all …]
/linux-6.6.21/fs/omfs/
Domfs_fs.h51 __be64 r_bitmap; /* block # of free space bitmap */ member
Dinode.c543 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()