Home
last modified time | relevance | path

Searched refs:IWL_STATION_COUNT_MAX (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h330 u8 avg_energy[IWL_STATION_COUNT_MAX];
337 u8 avg_energy[IWL_STATION_COUNT_MAX];
615 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];
658 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];
706 __le32 average_energy[IWL_STATION_COUNT_MAX];
H A Dmac.h19 #define IWL_STATION_COUNT_MAX 16 macro
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c727 if (WARN_ONCE(sta_id >= IWL_STATION_COUNT_MAX, "sta_id %d >= %d", in iwl_mvm_stats_energy_iter()
728 sta_id, IWL_STATION_COUNT_MAX)) in iwl_mvm_stats_energy_iter()
938 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_system_oper_stats()
995 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_statistics_tlv()
H A Dmvm.h996 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_STATION_COUNT_MAX];
998 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
H A Dops.c1219 IWL_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
H A Drxmq.c2585 if (WARN(tid != baid_data->tid || sta_id > IWL_STATION_COUNT_MAX || in iwl_mvm_rx_bar_frame_release()
H A Dsta.c32 BUILD_BUG_ON(IWL_STATION_COUNT_MAX > 32); in iwl_mvm_find_free_sta_id()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h235 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
H A Dstats.c507 BUILD_BUG_ON(ARRAY_SIZE(stats->per_sta) != IWL_STATION_COUNT_MAX); in iwl_mld_handle_stats_oper_notif()
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c44 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwlmld_kunit_test_init()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1304 IWL_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()
1620 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwl_req_fw_callback()