Searched refs:profile_id (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/firmware/qcom/
H A Dqcom_scm.h115 int qcom_scm_lmh_profile_change(u32 profile_id);
/linux-master/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.h336 u32 profile_id; member in struct:ice_sw_fv_list_entry
H A Dice_switch.c2027 * @profile_id: package profile ID to associate the recipe with
2033 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, argument
2041 cmd->profile_id = cpu_to_le16(profile_id);
2053 * @profile_id: package profile ID to associate the recipe with
2059 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, argument
2068 cmd->profile_id = cpu_to_le16(profile_id);
5374 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id);
5375 set_bit((u16)fvit->profile_id, profile
[all...]
H A Dice_sched.c3436 * @profile_id: profile ID to remove
3439 * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold
3444 u16 profile_id)
3456 le16_to_cpu(rl_prof_elem->profile.profile_id) ==
3457 profile_id) {
3597 rl_prof_id = le16_to_cpu(rl_prof_info->profile.profile_id);
3443 ice_sched_rm_rl_profile(struct ice_port_info *pi, u8 layer_num, u8 profile_type, u16 profile_id) argument
H A Dice_adminq_cmd.h594 __le16 profile_id; member in struct:ice_aqc_recipe_to_profile
960 __le16 profile_id; member in struct:ice_aqc_rl_profile_elem
H A Dice_ddp.c855 fvl->profile_id = offset;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c126 const enum mlxsw_sp_fid_flood_profile_id profile_id; /* For CFF mode. */ member in struct:mlxsw_sp_fid_flood_profile
563 fid_family->flood_profile->profile_id);
1306 .profile_id = MLXSW_SP_FID_FLOOD_PROFILE_ID_BRIDGE,
1324 .profile_id = MLXSW_SP_FID_FLOOD_PROFILE_ID_RSP,
1338 .profile_id = MLXSW_SP_FID_FLOOD_PROFILE_ID_NVE,
2369 int profile_id)
2377 if (WARN_ON_ONCE(!profile_id) ||
2378 WARN_ON_ONCE(profile_id >= max_profiles))
2386 enum mlxsw_sp_fid_flood_profile_id profile_id,
2401 mlxsw_reg_sffp_pack(sffp_pl, profile_id,
2368 mlxsw_sp_fid_check_flood_profile_id(struct mlxsw_sp *mlxsw_sp, int profile_id) argument
2385 mlxsw_sp2_fids_init_flood_table(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_fid_flood_profile_id profile_id, const struct mlxsw_sp_flood_table *flood_table) argument
[all...]
H A Dreg.h1958 * FID flooding profile_id for NVE Encap
1967 * Compressed Fid Flooding profile_id
2216 MLXSW_ITEM32(reg, sffp, profile_id, 0x00, 16, 2);
2233 static inline void mlxsw_reg_sffp_pack(char *payload, u8 profile_id, argument
2238 mlxsw_reg_sffp_profile_id_set(payload, profile_id);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c1324 int qcom_scm_lmh_profile_change(u32 profile_id) argument
1330 .args[0] = profile_id,
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4558 u16 profile_id; local
4584 status = be_cmd_get_active_profile(adapter, &profile_id);
4587 "Using profile 0x%x\n", profile_id);
H A Dbe_cmds.c4901 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile_id) argument
4927 *profile_id = le16_to_cpu(resp->active_profile_id);
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h1332 uint8_t profile_id; // SENSOR_PROFILES member in struct:atom_camera_dphy_timing_param
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h9972 u8 profile_id[0xc]; member in struct:mlx5_ifc_plpc_reg_bits

Completed in 995 milliseconds