Searched refs:num_profiles (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | uefi.c | 581 data->num_profiles >= BIOS_SAR_MAX_PROFILE_NUM) { in iwl_uefi_get_ewrd_table() 586 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_ewrd_table() 635 if (data->num_profiles < BIOS_GEO_MIN_PROFILE_NUM || in iwl_uefi_get_wgds_table() 636 data->num_profiles > BIOS_GEO_MAX_PROFILE_NUM) { in iwl_uefi_get_wgds_table() 639 data->num_profiles); in iwl_uefi_get_wgds_table() 655 for (int prof = 0; prof < data->num_profiles; prof++) { in iwl_uefi_get_wgds_table() 669 fwrt->geo_num_profiles = data->num_profiles; in iwl_uefi_get_wgds_table()
|
| H A D | acpi.c | 809 u8 num_bands, num_profiles; in iwl_acpi_get_wgds_table() local 878 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 880 if (WARN_ON(num_profiles > in iwl_acpi_get_wgds_table() 899 entry->integer.value > num_profiles || in iwl_acpi_get_wgds_table() 911 hdr_size + profile_size * num_profiles) { in iwl_acpi_get_wgds_table() 917 num_profiles = entry->integer.value; in iwl_acpi_get_wgds_table() 932 for (i = 0; i < num_profiles; i++) { in iwl_acpi_get_wgds_table() 981 fwrt->geo_num_profiles = num_profiles; in iwl_acpi_get_wgds_table()
|
| H A D | uefi.h | 133 u32 num_profiles; member 158 u8 num_profiles; member
|
| /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 …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | scan.h | 143 u8 num_profiles; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | scan.c | 1362 cfg_data->num_profiles = req->n_match_sets; in iwl_mld_config_sched_scan_profiles()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 575 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()
|