Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h802 struct iwl_mvm_dqa_txq_info { struct
803 u8 ra_sta_id; /* The RA this queue is mapped to, if exists */
804 bool reserved; /* Is this the TXQ reserved for a STA */
805 u8 mac80211_ac; /* The mac80211 AC this queue is mapped to */
806 u8 txq_tid; /* The TID "owner" of this queue*/
807 u16 tid_bitmap; /* Bitmap of the TIDs mapped to this queue */
809 unsigned long last_frame_time[IWL_MAX_TID_COUNT + 1];
810 enum iwl_mvm_queue_status status;