Home
last modified time | relevance | path

Searched refs:IWL_MVM_STATION_COUNT_MAX (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h329 u8 avg_energy[IWL_MVM_STATION_COUNT_MAX];
336 u8 avg_energy[IWL_MVM_STATION_COUNT_MAX];
529 struct iwl_statistics_ntfy_per_sta per_sta_stats[IWL_MVM_STATION_COUNT_MAX];
577 __le32 average_energy[IWL_MVM_STATION_COUNT_MAX];
H A Dmac.h19 #define IWL_MVM_STATION_COUNT_MAX 16 macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h384 u8 avg_energy[IWL_MVM_STATION_COUNT_MAX];
391 u8 avg_energy[IWL_MVM_STATION_COUNT_MAX];
544 __le32 average_energy[IWL_MVM_STATION_COUNT_MAX];
H A Dmac.h73 #define IWL_MVM_STATION_COUNT_MAX 16 macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c693 u8 energy[IWL_MVM_STATION_COUNT_MAX]) in iwl_mvm_update_avg_energy()
698 IWL_MVM_STATION_COUNT_MAX, in iwl_mvm_update_avg_energy()
750 u8 average_energy[IWL_MVM_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_statistics_tlv()
H A Dops.c626 * We use IWL_MVM_STATION_COUNT_MAX to check the validity of the station in iwl_op_mode_mvm_start()
631 IWL_MVM_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
H A Dmvm.h891 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_MVM_STATION_COUNT_MAX];
H A Dsta.c88 BUILD_BUG_ON(IWL_MVM_STATION_COUNT_MAX > 32); in iwl_mvm_find_free_sta_id()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c722 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT_MAX, "sta_id %d >= %d", in iwl_mvm_stats_energy_iter()
723 sta_id, IWL_MVM_STATION_COUNT_MAX)) in iwl_mvm_stats_energy_iter()
835 u8 average_energy[IWL_MVM_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_statistics_tlv()
H A Dmvm.h926 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_MVM_STATION_COUNT_MAX];
927 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_MVM_STATION_COUNT_MAX];
H A Dops.c1121 * We use IWL_MVM_STATION_COUNT_MAX to check the validity of the station in iwl_op_mode_mvm_start()
1126 IWL_MVM_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
H A Drxmq.c2803 if (WARN(tid != baid_data->tid || sta_id > IWL_MVM_STATION_COUNT_MAX || in iwl_mvm_rx_bar_frame_release()
H A Dsta.c32 BUILD_BUG_ON(IWL_MVM_STATION_COUNT_MAX > 32); in iwl_mvm_find_free_sta_id()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1138 IWL_MVM_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()
1377 fw->ucode_capa.num_stations = IWL_MVM_STATION_COUNT_MAX; in iwl_req_fw_callback()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1211 IWL_MVM_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()
1485 fw->ucode_capa.num_stations = IWL_MVM_STATION_COUNT_MAX; in iwl_req_fw_callback()

Completed in 37 milliseconds