Home
last modified time | relevance | path

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

/linux-6.15/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];
611 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];
654 struct iwl_stats_ntfy_per_sta per_sta[IWL_STATION_COUNT_MAX];
702 __le32 average_energy[IWL_STATION_COUNT_MAX];
H A Dmac.h19 #define IWL_STATION_COUNT_MAX 16 macro
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c749 if (WARN_ONCE(sta_id >= IWL_STATION_COUNT_MAX, "sta_id %d >= %d", in iwl_mvm_stats_energy_iter()
750 sta_id, IWL_STATION_COUNT_MAX)) in iwl_mvm_stats_energy_iter()
1071 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_system_oper_stats()
1130 u8 average_energy[IWL_STATION_COUNT_MAX]; in iwl_mvm_handle_rx_statistics_tlv()
H A Dmvm.h1085 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_STATION_COUNT_MAX];
1087 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
H A Dops.c1297 IWL_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
H A Drxmq.c2546 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-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h212 struct ieee80211_link_sta __rcu *fw_id_to_link_sta[IWL_STATION_COUNT_MAX];
H A Dstats.c497 BUILD_BUG_ON(ARRAY_SIZE(stats->per_sta) != IWL_STATION_COUNT_MAX); in iwl_mld_handle_stats_oper_notif()
/linux-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1204 IWL_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()
1511 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwl_req_fw_callback()