Home
last modified time | relevance | path

Searched refs:num_profiles (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c484 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 Dacpi.c710 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()
H A Duefi.h107 u32 num_profiles; member
120 u8 num_profiles; member
/freebsd/sys/dev/ice/
H A Dice_sched.c676 * @num_profiles: the number of profiles
686 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile()
697 cmd->num_profiles = CPU_TO_LE16(num_profiles); in ice_aq_rl_profile()
707 * @num_profiles: the number of profile(s) to be add
716 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile()
720 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles, in ice_aq_add_rl_profile()
727 * @num_profiles: the number of profile(s) to query
735 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_query_rl_profile()
740 num_profiles, bu in ice_aq_query_rl_profile()
684 ice_aq_rl_profile(struct ice_hw * hw,enum ice_adminq_opc opcode,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_processed,struct ice_sq_cd * cd) ice_aq_rl_profile() argument
714 ice_aq_add_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_profiles_added,struct ice_sq_cd * cd) ice_aq_add_rl_profile() argument
733 ice_aq_query_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,struct ice_sq_cd * cd) ice_aq_query_rl_profile() argument
753 ice_aq_remove_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_profiles_removed,struct ice_sq_cd * cd) ice_aq_remove_rl_profile() argument
778 u16 num_profiles = 1; ice_sched_del_rl_profile() local
4082 u16 profiles_added = 0, num_profiles = 1; ice_sched_add_rl_profile() local
[all...]
H A Dice_sched.h114 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles,
H A Dice_adminq_cmd.h1190 __le16 num_profiles; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h143 u8 num_profiles; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dscan.c1242 cfg_data->num_profiles = req->n_match_sets; in iwl_mld_config_sched_scan_profiles()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h5663 * @num_profiles: num of profiles in the list
5672 uint8_t num_profiles;
5668 uint8_t num_profiles; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h6572 uint8_t num_profiles; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c575 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()