Searched defs:mwifiex_wmm_desc (Results 1 – 1 of 1) sorted by relevance
245 struct mwifiex_wmm_desc { struct246 struct mwifiex_tid_tbl tid_tbl_ptr[MAX_NUM_TID];247 u32 packets_out[MAX_NUM_TID];249 spinlock_t ra_list_spinlock;250 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];251 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];252 u32 drv_pkt_delay_max;253 u8 queue_priority[IEEE80211_NUM_ACS];254 u32 user_pri_pkt_tx_ctrl[WMM_HIGHEST_PRIORITY + 1]; /* UP: 0 to 7 */256 atomic_t tx_pkts_queued;[all …]