Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h1644 struct ieee80211_txq *txq;
2038 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS + 1];
2080 struct ieee80211_txq { struct
4053 struct ieee80211_txq *txq);
6296 struct ieee80211_txq *txq);
6310 struct ieee80211_txq *txq) in ieee80211_tx_dequeue_ni()
6331 struct ieee80211_txq *mac80211_next_txq(struct ieee80211_hw *hw, u8 ac);
6350 struct ieee80211_txq *txq, bool force);
6365 ieee80211_schedule_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in ieee80211_schedule_txq()
6381 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dagg-tx.c191 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq()
212 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq()
913 struct ieee80211_txq *txq; in ieee80211_process_addba_resp()
Dieee80211_i.h876 struct ieee80211_txq txq;
1582 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1587 static inline bool txq_has_queue(struct ieee80211_txq *txq) in txq_has_queue()
Dtx.c1257 struct ieee80211_txq *txq = NULL; in ieee80211_get_txq()
3248 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_amsdu_aggregate()
3564 struct ieee80211_txq *txq) in mac80211_tx_dequeue()
3715 struct ieee80211_txq *mac80211_next_txq(struct ieee80211_hw *hw, u8 ac) in mac80211_next_txq()
3718 struct ieee80211_txq *ret = NULL; in mac80211_next_txq()
3757 struct ieee80211_txq *txq, in __mac80211_schedule_txq()
3789 struct ieee80211_txq *txq) in mac80211_txq_may_transmit()
Dutil.c259 struct ieee80211_txq *txq = sta->sta.txq[i]; in __ieee80211_wake_txqs()
4031 void mac80211_txq_get_depth(struct ieee80211_txq *txq, in mac80211_txq_get_depth()
Drx.c1597 struct ieee80211_txq *txq = sta->sta.txq[tid]; in sta_ps_start()