IWL_MAX_TVQM_QUEUES
struct ieee80211_txq __rcu *fw_id_to_txq[IWL_MAX_TVQM_QUEUES];
struct iwl_mvm_tvqm_txq_info tvqm_info[IWL_MAX_TVQM_QUEUES];
unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];
if (WARN(queue >= IWL_MAX_TVQM_QUEUES,
if (WARN_ONCE(txq_id >= IWL_MAX_TVQM_QUEUES,
if (WARN_ONCE(txq_id >= IWL_MAX_TVQM_QUEUES,