Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c798 u8 num_bands, num_profiles; in iwl_sar_get_wgds_table() local
856 num_profiles = rev_data[idx].profiles; in iwl_sar_get_wgds_table()
865 entry->integer.value > num_profiles) { in iwl_sar_get_wgds_table()
869 num_profiles = entry->integer.value; in iwl_sar_get_wgds_table()
877 hdr_size + profile_size * num_profiles) { in iwl_sar_get_wgds_table()
894 for (i = 0; i < num_profiles; i++) { in iwl_sar_get_wgds_table()
940 fwrt->geo_num_profiles = num_profiles; in iwl_sar_get_wgds_table()
/freebsd-14.2/sys/dev/ice/
H A Dice_sched.c686 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument
697 cmd->num_profiles = CPU_TO_LE16(num_profiles); in ice_aq_rl_profile()
716 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument
735 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_query_rl_profile() argument
740 num_profiles, buf, buf_size, NULL, cd); in ice_aq_query_rl_profile()
755 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument
760 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile()
779 u16 num_profiles = 1; in ice_sched_del_rl_profile() local
789 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile()
4084 u16 profiles_added = 0, num_profiles = 1; in 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-14.2/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h137 u8 num_profiles; member
/freebsd-14.2/sys/dev/iwm/
H A Dif_iwmreg.h5668 uint8_t num_profiles; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c569 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()