Searched defs:tid_ampdu_tx (Results 1 – 1 of 1) sorted by relevance
180 struct tid_ampdu_tx { struct181 struct rcu_head rcu_head;182 struct timer_list session_timer;183 struct timer_list addba_resp_timer;184 struct sk_buff_head pending;185 struct sta_info *sta;186 unsigned long state;187 unsigned long last_tx;188 u16 timeout;189 u8 dialog_token;[all …]