Home
last modified time | relevance | path

Searched refs:profile_id (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h427 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc,
430 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
H A Dice_ddp.h313 u32 profile_id; member
H A Dice_switch.c2041 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, in ice_aq_map_recipe_to_profile() argument
2049 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_map_recipe_to_profile()
2067 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, in ice_aq_get_recipe_to_profile() argument
2076 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_get_recipe_to_profile()
5417 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe()
5418 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe()
5441 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe()
5454 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe()
5462 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe()
5467 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe()
H A Dice_sched.c3463 u16 profile_id) in ice_sched_rm_rl_profile() argument
3475 le16_to_cpu(rl_prof_elem->profile.profile_id) == in ice_sched_rm_rl_profile()
3476 profile_id) { in ice_sched_rm_rl_profile()
3616 rl_prof_id = le16_to_cpu(rl_prof_info->profile.profile_id); in ice_sched_set_node_bw()
H A Dice_adminq_cmd.h593 __le16 profile_id; member
959 __le16 profile_id; member
H A Dice_ddp.c855 fvl->profile_id = offset; in ice_get_sw_fv_list()
/openbmc/linux/include/linux/firmware/qcom/
H A Dqcom_scm.h122 extern int qcom_scm_lmh_profile_change(u32 profile_id);
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c1259 int qcom_scm_lmh_profile_change(u32 profile_id) in qcom_scm_lmh_profile_change() argument
1265 .args[0] = profile_id, in qcom_scm_lmh_profile_change()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4558 u16 profile_id; in be_get_config() local
4584 status = be_cmd_get_active_profile(adapter, &profile_id); in be_get_config()
4587 "Using profile 0x%x\n", profile_id); in be_get_config()
H A Dbe_cmds.c4901 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile_id) in be_cmd_get_active_profile() argument
4927 *profile_id = le16_to_cpu(resp->active_profile_id); in be_cmd_get_active_profile()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h1300 uint8_t profile_id; // SENSOR_PROFILES member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch6200 + uint32_t profile_id;
6211 + profile_id = V4L2_CID_MPEG_VIDEO_MPEG2_PROFILE;
6214 + profile_id = V4L2_CID_MPEG_VIDEO_MPEG4_PROFILE;
6217 + profile_id = V4L2_CID_MPEG_VIDEO_H264_PROFILE;
6220 + profile_id = V4L2_CID_MPEG_VIDEO_VP8_PROFILE;
6223 + profile_id = V4L2_CID_MPEG_VIDEO_VP9_PROFILE;
6227 + profile_id = V4L2_CID_MPEG_VIDEO_AV1_PROFILE;
6235 + query_ctrl = (struct v4l2_queryctrl){.id = profile_id};
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h9889 u8 profile_id[0xc]; member