/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_fid.c | 126 const enum mlxsw_sp_fid_flood_profile_id profile_id; /* For CFF mode. */ member 563 fid_family->flood_profile->profile_id); in mlxsw_sp_fid_fid_pack_cff() 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) in mlxsw_sp_fid_check_flood_profile_id() argument 2377 if (WARN_ON_ONCE(!profile_id) || in mlxsw_sp_fid_check_flood_profile_id() 2378 WARN_ON_ONCE(profile_id >= max_profiles)) in mlxsw_sp_fid_check_flood_profile_id() 2386 enum mlxsw_sp_fid_flood_profile_id profile_id, in mlxsw_sp2_fids_init_flood_table() argument 2401 mlxsw_reg_sffp_pack(sffp_pl, profile_id, i, in mlxsw_sp2_fids_init_flood_table() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 414 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, 417 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
|
H A D | ice_switch.c | 2117 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, in ice_aq_map_recipe_to_profile() argument 2125 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_map_recipe_to_profile() 2143 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, in ice_aq_get_recipe_to_profile() argument 2152 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_get_recipe_to_profile() 5389 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5390 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5417 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5430 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5438 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5443 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe()
|
H A D | ice_ddp.h | 344 u32 profile_id; member
|
H A D | ice_sched.c | 3443 u16 profile_id) in ice_sched_rm_rl_profile() argument 3455 le16_to_cpu(rl_prof_elem->profile.profile_id) == in ice_sched_rm_rl_profile() 3456 profile_id) { in ice_sched_rm_rl_profile() 3596 rl_prof_id = le16_to_cpu(rl_prof_info->profile.profile_id); in ice_sched_set_node_bw()
|
H A D | ice_adminq_cmd.h | 607 __le16 profile_id; member 990 __le16 profile_id; member
|
H A D | ice_ddp.c | 865 fvl->profile_id = offset; in ice_get_sw_fv_list()
|
/linux/include/linux/firmware/qcom/ |
H A D | qcom_scm.h | 115 int qcom_scm_lmh_profile_change(u32 profile_id);
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_scm.c | 1433 int qcom_scm_lmh_profile_change(u32 profile_id) in qcom_scm_lmh_profile_change() argument 1439 .args[0] = profile_id, in qcom_scm_lmh_profile_change()
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 4558 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 D | be_cmds.c | 4901 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()
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | atomfirmware.h | 1332 uint8_t profile_id; // SENSOR_PROFILES member
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10294 u8 profile_id[0xc]; member
|