Searched refs:num_profiles (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | uefi.c | 468 if (data->num_profiles >= BIOS_SAR_MAX_PROFILE_NUM) { in iwl_uefi_get_ewrd_table() 473 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_ewrd_table() 503 if (data->num_profiles < BIOS_GEO_MIN_PROFILE_NUM || in iwl_uefi_get_wgds_table() 504 data->num_profiles > BIOS_GEO_MAX_PROFILE_NUM) { in iwl_uefi_get_wgds_table() 507 data->num_profiles); in iwl_uefi_get_wgds_table() 512 for (i = 0; i < data->num_profiles; i++) in iwl_uefi_get_wgds_table() 516 fwrt->geo_num_profiles = data->num_profiles; in iwl_uefi_get_wgds_table()
|
| A D | acpi.c | 686 u8 num_bands, num_profiles; in iwl_acpi_get_wgds_table() local 744 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 753 entry->integer.value > num_profiles || in iwl_acpi_get_wgds_table() 765 hdr_size + profile_size * num_profiles) { in iwl_acpi_get_wgds_table() 771 num_profiles = entry->integer.value; in iwl_acpi_get_wgds_table() 785 for (i = 0; i < num_profiles; i++) { in iwl_acpi_get_wgds_table() 831 fwrt->geo_num_profiles = num_profiles; in iwl_acpi_get_wgds_table()
|
| A D | uefi.h | 103 u32 num_profiles; member 116 u8 num_profiles; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_sched.c | 661 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument 672 cmd->num_profiles = cpu_to_le16(num_profiles); in ice_aq_rl_profile() 691 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument 711 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument 716 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile() 735 u16 num_profiles = 1; in ice_sched_del_rl_profile() local 743 status = ice_aq_remove_rl_profile(hw, num_profiles, buf, sizeof(*buf), in ice_sched_del_rl_profile() 745 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile() 3197 u16 profiles_added = 0, num_profiles = 1; in ice_sched_add_rl_profile() local 3246 status = ice_aq_add_rl_profile(hw, num_profiles, buf, sizeof(*buf), in ice_sched_add_rl_profile() [all …]
|
| A D | ice_adminq_cmd.h | 971 __le16 num_profiles; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | scan.h | 143 u8 num_profiles; member
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_cnfg.h | 1137 u8 num_profiles; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | scan.c | 574 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()
|
Completed in 71 milliseconds