Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c806 u8 num_bands, num_profiles; in iwl_sar_get_wgds_table() local
864 num_profiles = rev_data[idx].profiles; in iwl_sar_get_wgds_table()
873 entry->integer.value > num_profiles || in iwl_sar_get_wgds_table()
885 hdr_size + profile_size * num_profiles) { in iwl_sar_get_wgds_table()
891 num_profiles = entry->integer.value; in iwl_sar_get_wgds_table()
905 for (i = 0; i < num_profiles; i++) { in iwl_sar_get_wgds_table()
951 fwrt->geo_num_profiles = num_profiles; in iwl_sar_get_wgds_table()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c673 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument
684 cmd->num_profiles = cpu_to_le16(num_profiles); in ice_aq_rl_profile()
703 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument
707 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles, in ice_aq_add_rl_profile()
723 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument
728 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile()
747 u16 num_profiles = 1; in ice_sched_del_rl_profile() local
755 status = ice_aq_remove_rl_profile(hw, num_profiles, buf, sizeof(*buf), in ice_sched_del_rl_profile()
757 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile()
3215 u16 profiles_added = 0, num_profiles = 1; in ice_sched_add_rl_profile() local
[all …]
H A Dice_adminq_cmd.h940 __le16 num_profiles; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h137 u8 num_profiles; member
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1127 u8 num_profiles; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c567 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()