Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c661 u8 num_bands, num_profiles; in iwl_sar_get_wrds_table()
698 /* min_profiles != 0 requires num_profiles header */ in iwl_sar_get_ewrd_table()
719 num_profiles = rev_data[idx].profiles; in iwl_sar_get_ewrd_table()
728 entry->integer.value > num_profiles || in iwl_sar_get_ewrd_table()
740 hdr_size + profile_size * num_profiles) { in iwl_sar_get_ewrd_table()
746 num_profiles = entry->integer.value; in iwl_sar_get_ewrd_table()
760 for (i = 0; i < num_profiles; i++) { in iwl_sar_get_ewrd_table()
806 fwrt->geo_num_profiles = num_profiles; in iwl_sar_get_wgds_table()
798 u8 num_bands, num_profiles; iwl_sar_get_wgds_table() local
/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;
1180 __le16 num_profiles; global() member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h134 * @num_profiles: num of profiles in the list
143 u8 num_profiles;
137 u8 num_profiles; global() member
/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/contrib/dev/iwlwifi/mvm/
H A Dscan.c578 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()