Home
last modified time | relevance | path

Searched refs:num_stations (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c291 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()
H A Ddev.h739 int num_stations; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c24 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()
H A Dfw.c1586 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_up()
1776 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_load_d3_fw()
H A Dtt.c345 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tt_tx_protection()
H A Dmvm.h1275 if (sta_id >= mvm->fw->ucode_capa.num_stations) in iwl_mvm_sta_from_staid_rcu()
1292 if (sta_id >= mvm->fw->ucode_capa.num_stations) in iwl_mvm_sta_from_staid_protected()
H A Drx.c369 if (!WARN_ON_ONCE(id >= mvm->fw->ucode_capa.num_stations)) { in iwl_mvm_rx_rx_mpdu()
H A Ddebugfs.c126 if (sta_id < 0 || sta_id >= mvm->fw->ucode_capa.num_stations) in iwl_dbgfs_sta_drain_write()
376 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_dbgfs_stations_read()
H A Dmld-sta.c921 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_mld_modify_all_sta_disable_tx()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.h53 u32 num_stations; member
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_main.h320 int num_stations; member
H A Drsi_91x_mac80211.c1424 if (common->num_stations >= common->max_stations) { in rsi_mac80211_sta_add()
1486 common->num_stations++; in rsi_mac80211_sta_add()
1552 if (common->num_stations > 0) in rsi_mac80211_sta_remove()
1553 common->num_stations--; in rsi_mac80211_sta_remove()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dconf.h966 u8 num_stations; member
H A Dacx.c973 mem_conf->num_stations = mem->num_stations; in wl12xx_acx_mem_cfg()
H A Dacx.h463 u8 num_stations; member
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c295 .num_stations = 1,
382 .num_stations = 1,
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h491 u32 num_stations; member
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dacx.h1096 __le16 num_stations; /* number of STAs to be supported. */ member
H A Dacx.c882 mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS); in wl1251_acx_mem_cfg()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c399 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()
H A Dcommon.c1972 il->num_stations++; in il_prep_station()
2179 il->num_stations--; in il_remove_station()
2181 BUG_ON(il->num_stations < 0); in il_remove_station()
2328 il->num_stations--; in il_dealloc_bcast_stations()
2329 BUG_ON(il->num_stations < 0); in il_dealloc_bcast_stations()
H A Dcommon.h1291 int num_stations; member
2156 il->num_stations = 0; in il_clear_driver_stations()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1217 capa->num_stations = in iwl_parse_tlv_firmware()
1487 fw->ucode_capa.num_stations = IWL_MVM_STATION_COUNT_MAX; in iwl_req_fw_callback()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h634 u32 num_stations; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1184 int num_stations; member

12