Searched refs:num_profiles (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | uefi.c | 484 if (data->num_profiles >= BIOS_SAR_MAX_PROFILE_NUM) { in iwl_uefi_get_ewrd_table() 489 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_ewrd_table() 519 if (data->num_profiles < BIOS_GEO_MIN_PROFILE_NUM || in iwl_uefi_get_wgds_table() 520 data->num_profiles > BIOS_GEO_MAX_PROFILE_NUM) { in iwl_uefi_get_wgds_table() 523 data->num_profiles); in iwl_uefi_get_wgds_table() 528 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_wgds_table() 532 fwrt->geo_num_profiles = data->num_profiles; in iwl_uefi_get_wgds_table()
|
| H A D | acpi.c | 710 u8 num_bands, num_profiles; in iwl_acpi_get_wgds_table() local 768 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 777 entry->integer.value > num_profiles || in iwl_acpi_get_wgds_table() 789 hdr_size + profile_size * num_profiles) { in iwl_acpi_get_wgds_table() 795 num_profiles = entry->integer.value; in iwl_acpi_get_wgds_table() 809 for (i = 0; i < num_profiles; i++) { in iwl_acpi_get_wgds_table() 855 fwrt->geo_num_profiles = num_profiles; in iwl_acpi_get_wgds_table()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sched.c | 682 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument 693 cmd->num_profiles = cpu_to_le16(num_profiles); in ice_aq_rl_profile() 712 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument 716 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles, in ice_aq_add_rl_profile() 732 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument 737 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile() 756 u16 num_profiles = 1; in ice_sched_del_rl_profile() local 764 status = ice_aq_remove_rl_profile(hw, num_profiles, buf, sizeof(*buf), in ice_sched_del_rl_profile() 766 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile() 3312 u16 profiles_added = 0, num_profiles = 1; in ice_sched_add_rl_profile() local [all …]
|