Searched refs:IWL_STATION_COUNT_MAX (Results 1 – 11 of 11) sorted by relevance
330 u8 avg_energy[IWL_STATION_COUNT_MAX];337 u8 avg_energy[IWL_STATION_COUNT_MAX];614 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];657 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];705 __le32 average_energy[IWL_STATION_COUNT_MAX];
19 #define IWL_STATION_COUNT_MAX 16 macro
747 if (WARN_ONCE(sta_id >= IWL_STATION_COUNT_MAX, "sta_id %d >= %d", in iwl_mvm_stats_energy_iter()748 sta_id, IWL_STATION_COUNT_MAX)) in iwl_mvm_stats_energy_iter()1067 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_system_oper_stats()1126 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_statistics_tlv()
1092 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_STATION_COUNT_MAX];1094 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
1269 IWL_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
2596 if (WARN(tid != baid_data->tid || sta_id > IWL_STATION_COUNT_MAX || in iwl_mvm_rx_bar_frame_release()
32 BUILD_BUG_ON(IWL_STATION_COUNT_MAX > 32); in iwl_mvm_find_free_sta_id()
220 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
504 BUILD_BUG_ON(ARRAY_SIZE(stats->per_sta) != IWL_STATION_COUNT_MAX); in iwl_mld_handle_stats_oper_notif()
44 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwlmld_kunit_test_init()
1293 IWL_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()1610 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwl_req_fw_callback()
Completed in 46 milliseconds