Searched refs:num_stations (Results 1 – 21 of 21) sorted by relevance
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()
741 int num_stations; member
193 const size_t bufsz = 30 + sizeof(char) * 500 * (priv->num_stations); in iwl_dbgfs_stations_read()200 priv->num_stations); in iwl_dbgfs_stations_read()
876 priv->num_stations = 0; in iwl_clear_driver_stations()
320 int num_stations; member
1425 if (common->num_stations >= common->max_stations) { in rsi_mac80211_sta_add()1487 common->num_stations++; in rsi_mac80211_sta_add()1553 if (common->num_stations > 0) in rsi_mac80211_sta_remove()1554 common->num_stations--; in rsi_mac80211_sta_remove()
966 u8 num_stations; member
973 mem_conf->num_stations = mem->num_stations; in wl12xx_acx_mem_cfg()
463 u8 num_stations; member
345 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tt_tx_protection()
1507 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_up()1678 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_load_d3_fw()
1885 if (WARN_ON_ONCE(sta_id >= mvm->fw->ucode_capa.num_stations)) in iwl_mvm_queue_state_change()
2192 if (!WARN_ON_ONCE(sta_id >= mvm->fw->ucode_capa.num_stations)) { in iwl_mvm_rx_mpdu_mq()
384 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_dbgfs_stations_read()
1096 __le16 num_stations; /* number of STAs to be supported. */ member
882 mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS); in wl1251_acx_mem_cfg()
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()
2585 D_ASSOC("can not find STA %pM total %d\n", addr, il->num_stations); in il4965_find_station()
1198 capa->num_stations = in iwl_parse_tlv_firmware()1497 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwl_req_fw_callback()
1187 int num_stations; member
927 ar->num_stations = 0; in ath10k_peer_cleanup_all()6830 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()6833 ar->num_stations++; in ath10k_mac_inc_num_stations()6848 ar->num_stations--; in ath10k_mac_dec_num_stations()7509 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()