Searched refs:profile_id (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_fid.c | 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() 2420 flood_profile->profile_id); in mlxsw_sp2_fids_init_flood_profile() [all …]
|
| A D | reg.h | 2216 MLXSW_ITEM32(reg, sffp, profile_id, 0x00, 16, 2); 2233 static inline void mlxsw_reg_sffp_pack(char *payload, u8 profile_id, in mlxsw_reg_sffp_pack() argument 2238 mlxsw_reg_sffp_profile_id_set(payload, profile_id); in mlxsw_reg_sffp_pack()
|
| /drivers/net/ethernet/intel/ice/ |
| 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,
|
| 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()
|
| A D | ice_ddp.h | 347 u32 profile_id; member
|
| 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()
|
| A D | ice_adminq_cmd.h | 508 __le16 profile_id; member 891 __le16 profile_id; member
|
| A D | ice_ddp.c | 865 fvl->profile_id = offset; in ice_get_sw_fv_list()
|
| /drivers/firmware/qcom/ |
| A D | qcom_scm.c | 1682 int qcom_scm_lmh_profile_change(u32 profile_id) in qcom_scm_lmh_profile_change() argument 1688 .args[0] = profile_id, in qcom_scm_lmh_profile_change()
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_main.c | 4557 u16 profile_id; in be_get_config() local 4583 status = be_cmd_get_active_profile(adapter, &profile_id); in be_get_config() 4586 "Using profile 0x%x\n", profile_id); in be_get_config()
|
| 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()
|
| /drivers/gpu/drm/amd/include/ |
| A D | atomfirmware.h | 1338 uint8_t profile_id; // SENSOR_PROFILES member
|
Completed in 134 milliseconds