Searched refs:r_bitmap (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/intel/ice/ |
| D | ice_switch.c | 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() [all …]
|
| D | ice_switch.h | 230 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES);
|
| /Linux-v6.1/fs/omfs/ |
| D | omfs_fs.h | 51 __be64 r_bitmap; /* block # of free space bitmap */ member
|
| D | inode.c | 544 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()
|