Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c734 u8 num_bands, num_profiles; in iwl_sar_get_wgds_table() local
792 num_profiles = rev_data[idx].profiles; in iwl_sar_get_wgds_table()
801 entry->integer.value > num_profiles) { in iwl_sar_get_wgds_table()
805 num_profiles = entry->integer.value; in iwl_sar_get_wgds_table()
813 hdr_size + profile_size * num_profiles) { in iwl_sar_get_wgds_table()
830 for (i = 0; i < num_profiles; i++) { in iwl_sar_get_wgds_table()
876 fwrt->geo_num_profiles = num_profiles; in iwl_sar_get_wgds_table()
/freebsd-13.1/sys/dev/ice/
H A Dice_sched.c637 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument
648 cmd->num_profiles = CPU_TO_LE16(num_profiles); in ice_aq_rl_profile()
667 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument
686 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_query_rl_profile() argument
691 num_profiles, buf, buf_size, NULL, cd); in ice_aq_query_rl_profile()
706 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument
711 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile()
731 u16 num_profiles = 1; in ice_sched_del_rl_profile() local
740 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile()
3973 u16 profiles_added = 0, num_profiles = 1; in ice_sched_add_rl_profile() local
[all …]
H A Dice_sched.h105 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles,
H A Dice_adminq_cmd.h1147 __le16 num_profiles; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h127 u8 num_profiles; member
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwmreg.h5266 uint8_t num_profiles; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c559 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()