| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | sta.c | 291 priv->num_stations++; in iwl_prep_station() 500 priv->num_stations--; in iwl_remove_station() 502 if (WARN_ON(priv->num_stations < 0)) in iwl_remove_station() 503 priv->num_stations = 0; in iwl_remove_station() 541 priv->num_stations--; in iwl_deactivate_station() 543 if (WARN_ON_ONCE(priv->num_stations < 0)) in iwl_deactivate_station() 544 priv->num_stations = 0; in iwl_deactivate_station() 741 priv->num_stations--; in iwl_dealloc_bcast_stations() 742 if (WARN_ON(priv->num_stations < 0)) in iwl_dealloc_bcast_stations() 743 priv->num_stations = 0; in iwl_dealloc_bcast_stations()
|
| A D | dev.h | 742 int num_stations; member
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | tdls.c | 24 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_teardown_tdls_peers() 47 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tdls_sta_count() 91 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tdls_config() 220 if (WARN_ON(sta_id >= mvm->fw->ucode_capa.num_stations)) in iwl_mvm_rx_tdls_notif()
|
| A D | fw.c | 1436 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_up() 1604 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_load_d3_fw()
|
| A D | tt.c | 348 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tt_tx_protection()
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | img.h | 53 u32 num_stations; member
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | mld.h | 516 arr_sz = mld->fw->ucode_capa.num_stations; \
|
| A D | stats.c | 436 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_process_per_sta_stats()
|
| A D | tx.c | 1149 if (IWL_FW_CHECK(mld, sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_tx_resp_notif() 1379 if (IWL_FW_CHECK(mld, sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_compressed_ba_notif()
|
| A D | agg.c | 135 sta_id > mld->fw->ucode_capa.num_stations || in iwl_mld_handle_bar_frame_release_notif()
|
| A D | mac80211.c | 835 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_teardown_tdls_peers() 1543 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_tdls_sta_count() 1826 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_mac80211_flush()
|
| A D | tlc.c | 641 if (IWL_FW_CHECK(mld, notif->sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_tlc_notif()
|
| /drivers/net/wireless/rsi/ |
| A D | rsi_main.h | 320 int num_stations; member
|
| A D | rsi_91x_mac80211.c | 1428 if (common->num_stations >= common->max_stations) { in rsi_mac80211_sta_add() 1490 common->num_stations++; in rsi_mac80211_sta_add() 1556 if (common->num_stations > 0) in rsi_mac80211_sta_remove() 1557 common->num_stations--; in rsi_mac80211_sta_remove()
|
| /drivers/net/wireless/ti/wlcore/ |
| A D | conf.h | 966 u8 num_stations; member
|
| A D | acx.c | 973 mem_conf->num_stations = mem->num_stations; in wl12xx_acx_mem_cfg()
|
| A D | acx.h | 463 u8 num_stations; member
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | core.h | 354 u16 num_stations; member 733 u32 num_stations; member
|
| /drivers/net/wireless/intel/iwlwifi/mld/tests/ |
| A D | utils.c | 44 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwlmld_kunit_test_init()
|
| /drivers/net/wireless/ti/wl12xx/ |
| A D | main.c | 295 .num_stations = 1, 382 .num_stations = 1,
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | acx.h | 1096 __le16 num_stations; /* number of STAs to be supported. */ member
|
| A D | acx.c | 847 mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS); in wl1251_acx_mem_cfg()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | debug.c | 399 const size_t bufsz = 30 + sizeof(char) * 500 * (il->num_stations); in il_dbgfs_stations_read() 407 il->num_stations); in il_dbgfs_stations_read()
|
| A D | common.c | 1975 il->num_stations++; in il_prep_station() 2182 il->num_stations--; in il_remove_station() 2184 BUG_ON(il->num_stations < 0); in il_remove_station() 2331 il->num_stations--; in il_dealloc_bcast_stations() 2332 BUG_ON(il->num_stations < 0); in il_dealloc_bcast_stations()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | core.h | 1187 int num_stations; member
|