Home
last modified time | relevance | path

Searched defs:iwl_mvm_dqa_txq_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h924 struct iwl_mvm_dqa_txq_info { struct
925 u8 ra_sta_id; /* The RA this queue is mapped to, if exists */
926 bool reserved; /* Is this the TXQ reserved for a STA */
927 u8 mac80211_ac; /* The mac80211 AC this queue is mapped to */
928 u8 txq_tid; /* The TID "owner" of this queue*/
929 u16 tid_bitmap; /* Bitmap of the TIDs mapped to this queue */
931 unsigned long last_frame_time[IWL_MAX_TID_COUNT + 1];
932 enum iwl_mvm_queue_status status;