Home
last modified time | relevance | path

Searched refs:to_txq_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/mac80211/
Dsta_info.c112 struct txq_info *txqi = to_txq_info(sta->sta.txq[i]); in __cleanup_single_sta()
249 kfree(to_txq_info(sta->sta.txq[0])); in sta_info_free()
404 kfree(to_txq_info(sta->sta.txq[0])); in sta_info_alloc()
1157 struct txq_info *txqi = to_txq_info(sta->sta.txq[i]); in ieee80211_sta_ps_deliver_wakeup()
1551 struct txq_info *txqi = to_txq_info(sta->sta.txq[tid]); in ieee80211_sta_ps_deliver_response()
Dagg-tx.c200 txqi = to_txq_info(txq); in ieee80211_agg_stop_txq()
217 txqi = to_txq_info(txq); in ieee80211_agg_start_txq()
Dieee80211_i.h1464 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info() function
Diface.c981 struct txq_info *txqi = to_txq_info(sdata->vif.txq); in ieee80211_do_stop()
Dtx.c1251 txqi = to_txq_info(txq); in ieee80211_drv_tx()
Drx.c1207 struct txq_info *txqi = to_txq_info(sta->sta.txq[tid]); in sta_ps_start()