Searched refs:ieee80211_txq (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 86 mt76_txq_get_qid(struct ieee80211_txq *txq) in mt76_txq_get_qid() 126 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue() 186 struct ieee80211_txq *txq = sta->txq[i]; in mt76_release_buffered_frames() 221 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst() 321 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list() 387 struct ieee80211_txq *txq = sta->txq[i]; in mt76_stop_tx_queues() 399 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in mt76_wake_tx_queue() 413 void mt76_txq_remove(struct mt76_dev *dev, struct ieee80211_txq *txq) in mt76_txq_remove() 435 void mt76_txq_init(struct mt76_dev *dev, struct ieee80211_txq *txq) in mt76_txq_init()
|
D | mt76.h | 496 static inline struct ieee80211_txq * 501 return container_of(ptr, struct ieee80211_txq, drv_priv); in mtxq_to_txq() 522 void mt76_txq_init(struct mt76_dev *dev, struct ieee80211_txq *txq); 523 void mt76_txq_remove(struct mt76_dev *dev, struct ieee80211_txq *txq); 524 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq);
|
D | mt76x2_common.c | 20 void mt76x2_txq_init(struct mt76x2_dev *dev, struct ieee80211_txq *txq) in mt76x2_txq_init() 51 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt76x2_ampdu_action()
|
D | mt76x2.h | 316 void mt76x2_txq_init(struct mt76x2_dev *dev, struct ieee80211_txq *txq);
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | mac.h | 80 struct ieee80211_txq *txq); 81 struct ieee80211_txq *ath10k_mac_txq_lookup(struct ath10k *ar,
|
D | txrx.c | 60 struct ieee80211_txq *txq; in ath10k_txrx_tx_unref()
|
D | htt_tx.c | 49 struct ieee80211_txq *txq) in __ath10k_htt_tx_txq_recalc() 127 struct ieee80211_txq *txq) in ath10k_htt_tx_txq_recalc() 144 struct ieee80211_txq *txq) in ath10k_htt_tx_txq_update()
|
D | htt.h | 2057 struct ieee80211_txq *txq); 2059 struct ieee80211_txq *txq);
|
D | mac.c | 3529 struct ieee80211_txq *txq, in ath10k_mac_tx_h_fill_cb() 3863 static void ath10k_mac_txq_init(struct ieee80211_txq *txq) in ath10k_mac_txq_init() 3874 static void ath10k_mac_txq_unref(struct ath10k *ar, struct ieee80211_txq *txq) in ath10k_mac_txq_unref() 3899 struct ieee80211_txq *ath10k_mac_txq_lookup(struct ath10k *ar, in ath10k_mac_txq_lookup() 3923 struct ieee80211_txq *txq) in ath10k_mac_tx_can_push() 3943 struct ieee80211_txq *txq) in ath10k_mac_tx_push_txq() 4019 struct ieee80211_txq *txq; in ath10k_mac_tx_push_pending() 4034 txq = container_of((void *)artxq, struct ieee80211_txq, in ath10k_mac_tx_push_pending() 4236 struct ieee80211_txq *txq = NULL; in ath10k_mac_op_tx() 4293 struct ieee80211_txq *txq) in ath10k_mac_op_wake_tx_queue() [all …]
|
D | core.h | 135 struct ieee80211_txq *txq;
|
D | htt_rx.c | 2228 struct ieee80211_txq *txq; in ath10k_htt_rx_tx_fetch_ind() 2383 struct ieee80211_txq *txq; in ath10k_htt_rx_tx_mode_switch_ind()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 1519 struct ieee80211_txq *txq; 1883 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS]; 1924 struct ieee80211_txq { struct 3810 struct ieee80211_txq *txq); 5979 struct ieee80211_txq *txq); 5992 void ieee80211_txq_get_depth(struct ieee80211_txq *txq,
|
/Linux-v4.19/net/mac80211/ |
D | agg-tx.c | 195 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq() 216 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq() 919 struct ieee80211_txq *txq; in ieee80211_process_addba_resp()
|
D | ieee80211_i.h | 841 struct ieee80211_txq txq; 1509 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info() 1514 static inline bool txq_has_queue(struct ieee80211_txq *txq) in txq_has_queue()
|
D | tx.c | 1250 struct ieee80211_txq *txq = NULL; in ieee80211_get_txq() 3175 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_amsdu_aggregate() 3468 struct ieee80211_txq *txq) in ieee80211_tx_dequeue()
|
D | util.c | 3627 void ieee80211_txq_get_depth(struct ieee80211_txq *txq, in ieee80211_txq_get_depth()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 438 struct ieee80211_txq *txq; in ath_node_to_tid() 621 void ath9k_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *queue);
|
D | xmit.c | 154 void ath9k_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *queue) in ath9k_wake_tx_queue() 223 struct ieee80211_txq *txq = container_of((void*)tid, struct ieee80211_txq, drv_priv); in ath_tid_pull()
|