Home
last modified time | relevance | path

Searched refs:IWL_MVM_STATION_COUNT_MAX (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/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
/openbmc/linux/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.c1120 IWL_MVM_STATION_COUNT_MAX); in iwl_op_mode_mvm_start()
H A Drxmq.c2811 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1211 IWL_MVM_STATION_COUNT_MAX) { in iwl_parse_tlv_firmware()
1487 fw->ucode_capa.num_stations = IWL_MVM_STATION_COUNT_MAX; in iwl_req_fw_callback()