Searched defs:mwifiex_wmm_desc (Results 1 – 1 of 1) sorted by relevance
222 struct mwifiex_wmm_desc { struct223 struct mwifiex_tid_tbl tid_tbl_ptr[MAX_NUM_TID];224 u32 packets_out[MAX_NUM_TID];226 spinlock_t ra_list_spinlock;227 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];228 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];229 u32 drv_pkt_delay_max;230 u8 queue_priority[IEEE80211_NUM_ACS];231 u32 user_pri_pkt_tx_ctrl[WMM_HIGHEST_PRIORITY + 1]; /* UP: 0 to 7 */233 atomic_t tx_pkts_queued;[all …]