Searched refs:profile_id (Results 1 – 10 of 10) sorted by relevance
| /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 | 2118 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, in ice_aq_map_recipe_to_profile() argument 2126 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_map_recipe_to_profile() 2144 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, in ice_aq_get_recipe_to_profile() argument 2153 cmd->profile_id = cpu_to_le16(profile_id); in ice_aq_get_recipe_to_profile() 5391 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5392 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5419 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5432 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5440 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5445 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe()
|
| H A D | ice_ddp.h | 347 u32 profile_id; member
|
| H A D | ice_sched.c | 3558 u16 profile_id) in ice_sched_rm_rl_profile() argument 3570 le16_to_cpu(rl_prof_elem->profile.profile_id) == in ice_sched_rm_rl_profile() 3571 profile_id) { in ice_sched_rm_rl_profile() 3711 rl_prof_id = le16_to_cpu(rl_prof_info->profile.profile_id); in ice_sched_set_node_bw()
|
| H A D | ice_ddp.c | 865 fvl->profile_id = offset; in ice_get_sw_fv_list()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 316 int profile_id = ucontrol->value.integer.value[0]; in tasdevice_set_profile_id() local 320 val = clamp(profile_id, 0, max); in tasdevice_set_profile_id()
|
| /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 | 4905 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile_id) in be_cmd_get_active_profile() argument 4931 *profile_id = le16_to_cpu(resp->active_profile_id); in be_cmd_get_active_profile()
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 10608 u8 profile_id[0xc]; member
|