Searched refs:num_profiles (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | uefi.c | 485 if (data->num_profiles >= BIOS_SAR_MAX_PROFILE_NUM) { in iwl_uefi_get_ewrd_table() 490 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_ewrd_table() 520 if (data->num_profiles < BIOS_GEO_MIN_PROFILE_NUM || in iwl_uefi_get_wgds_table() 521 data->num_profiles > BIOS_GEO_MAX_PROFILE_NUM) { in iwl_uefi_get_wgds_table() 524 data->num_profiles); in iwl_uefi_get_wgds_table() 529 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_wgds_table() 533 fwrt->geo_num_profiles = data->num_profiles; in iwl_uefi_get_wgds_table()
|
| H A D | acpi.c | 755 u8 num_bands, num_profiles; in iwl_acpi_get_wgds_table() local 813 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 822 entry->integer.value > num_profiles || in iwl_acpi_get_wgds_table() 834 hdr_size + profile_size * num_profiles) { in iwl_acpi_get_wgds_table() 840 num_profiles = entry->integer.value; in iwl_acpi_get_wgds_table() 854 for (i = 0; i < num_profiles; i++) { in iwl_acpi_get_wgds_table() 900 fwrt->geo_num_profiles = num_profiles; in iwl_acpi_get_wgds_table()
|
| H A D | uefi.h | 107 u32 num_profiles; member 120 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 …]
|
| H A D | ice_adminq_cmd.h | 876 __le16 num_profiles; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | scan.h | 143 u8 num_profiles; member
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 1146 u8 num_profiles; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | scan.c | 1243 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()
|