Home
last modified time | relevance | path

Searched refs:IWLAGN_STATION_COUNT (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c21 if (sta_id >= IWLAGN_STATION_COUNT) { in iwl_sta_ucode_activate()
249 for (i = IWL_STA_ID; i < IWLAGN_STATION_COUNT; i++) { in iwl_prep_station()
616 for (i = 0; i < IWLAGN_STATION_COUNT; i++) { in iwl_clear_ucode_stations()
660 for (i = 0; i < IWLAGN_STATION_COUNT; i++) { in iwl_restore_stations()
673 for (i = 0; i < IWLAGN_STATION_COUNT; i++) { in iwl_restore_stations()
736 for (i = 0; i < IWLAGN_STATION_COUNT; i++) { in iwl_dealloc_bcast_stations()
Ddev.h740 struct iwl_station_entry stations[IWLAGN_STATION_COUNT];
742 struct iwl_tid_data tid_data[IWLAGN_STATION_COUNT][IWL_MAX_TID_COUNT];
Dtx.c1135 WARN_ON_ONCE(sta_id >= IWLAGN_STATION_COUNT || in iwlagn_rx_reply_tx()
Dcommands.h731 #define IWLAGN_STATION_COUNT 16 macro
Ddebugfs.c202 for (i = 0; i < IWLAGN_STATION_COUNT; i++) { in iwl_dbgfs_stations_read()