/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | tx.c | 9 mt76_txq_get_qid(struct ieee80211_txq *txq) in mt76_txq_get_qid() 21 struct ieee80211_txq *txq; in mt76_tx_check_agg_ssn() 364 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue() 408 struct ieee80211_txq *txq = sta->txq[i]; in mt76_release_buffered_frames() 451 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst() 517 struct ieee80211_txq *txq; in mt76_txq_schedule_list() 543 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list() 711 struct ieee80211_txq *txq = sta->txq[i]; in mt76_stop_tx_queues() 728 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in mt76_wake_tx_queue()
|
H A D | mt76.h | 1174 static inline struct ieee80211_txq * 1179 return container_of(ptr, struct ieee80211_txq, drv_priv); in mtxq_to_txq() 1282 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq);
|
H A D | mt76x02_util.c | 360 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt76x02_ampdu_action()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.h | 69 struct ieee80211_txq *txq); 70 struct ieee80211_txq *ath10k_mac_txq_lookup(struct ath10k *ar,
|
H A D | txrx.c | 50 struct ieee80211_txq *txq; in ath10k_txrx_tx_unref()
|
H A D | htt_tx.c | 38 struct ieee80211_txq *txq) in __ath10k_htt_tx_txq_recalc() 116 struct ieee80211_txq *txq) in ath10k_htt_tx_txq_recalc() 133 struct ieee80211_txq *txq) in ath10k_htt_tx_txq_update()
|
H A D | htt.h | 2442 struct ieee80211_txq *txq); 2444 struct ieee80211_txq *txq);
|
H A D | core.h | 126 struct ieee80211_txq *txq;
|
H A D | mac.c | 3871 struct ieee80211_txq *txq, in ath10k_mac_tx_h_fill_cb() 4258 static void ath10k_mac_txq_init(struct ieee80211_txq *txq) in ath10k_mac_txq_init() 4269 static void ath10k_mac_txq_unref(struct ath10k *ar, struct ieee80211_txq *txq) in ath10k_mac_txq_unref() 4287 struct ieee80211_txq *ath10k_mac_txq_lookup(struct ath10k *ar, in ath10k_mac_txq_lookup() 4311 struct ieee80211_txq *txq) in ath10k_mac_tx_can_push() 4338 struct ieee80211_txq *txq, in ath10k_mac_update_airtime() 4376 struct ieee80211_txq *txq) in ath10k_mac_tx_push_txq() 4453 struct ieee80211_txq *txq; in ath10k_mac_schedule_txq() 4668 struct ieee80211_txq *txq = NULL; in ath10k_mac_op_tx() 4731 struct ieee80211_txq *txq) in ath10k_mac_op_wake_tx_queue()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 88 void rtw_txq_init(struct rtw_dev *rtwdev, struct ieee80211_txq *txq); 89 void rtw_txq_cleanup(struct rtw_dev *rtwdev, struct ieee80211_txq *txq);
|
H A D | tx.c | 565 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_check_agg() 597 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_push_skb() 615 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_dequeue() 657 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in __rtw_tx_work() 679 void rtw_txq_init(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_init() 690 void rtw_txq_cleanup(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_cleanup()
|
H A D | mac80211.c | 33 struct ieee80211_txq *txq) in rtw_ops_wake_tx_queue() 623 struct ieee80211_txq *txq = sta->txq[tid]; in rtw_ops_ampdu_action()
|
H A D | main.h | 2071 static inline struct ieee80211_txq *rtwtxq_to_txq(struct rtw_txq *rtwtxq) in rtwtxq_to_txq() 2075 return container_of(p, struct ieee80211_txq, drv_priv); in rtwtxq_to_txq()
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 1901 struct ieee80211_txq *txq; 2369 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS + 1]; 2438 struct ieee80211_txq { struct 4578 struct ieee80211_txq *txq); 7141 struct ieee80211_txq *txq); 7155 struct ieee80211_txq *txq) in ieee80211_tx_dequeue_ni() 7176 struct ieee80211_txq *txq); 7207 struct ieee80211_txq *txq, bool force); 7238 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq() 7269 struct ieee80211_txq *txq); [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | agg-tx.c | 192 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq() 213 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq() 990 struct ieee80211_txq *txq; in ieee80211_process_addba_resp()
|
H A D | ieee80211_i.h | 882 struct ieee80211_txq txq; 1795 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info() 1800 static inline bool txq_has_queue(struct ieee80211_txq *txq) in txq_has_queue()
|
H A D | tx.c | 1308 struct ieee80211_txq *txq = NULL; in ieee80211_get_txq() 3393 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_amsdu_aggregate() 3791 struct ieee80211_txq *txq) in ieee80211_tx_dequeue() 4030 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac) in ieee80211_next_txq() 4033 struct ieee80211_txq *ret = NULL; in ieee80211_next_txq() 4093 struct ieee80211_txq *txq, in __ieee80211_schedule_txq() 4131 struct ieee80211_txq *txq) in ieee80211_txq_airtime_check() 4183 struct ieee80211_txq *txq) in ieee80211_txq_may_transmit()
|
H A D | util.c | 293 struct ieee80211_txq *queue) in wake_tx_push_queue() 311 struct ieee80211_txq *txq) in ieee80211_handle_wake_tx_queue() 315 struct ieee80211_txq *queue; in ieee80211_handle_wake_tx_queue() 354 struct ieee80211_txq *txq = sta->sta.txq[i]; in __ieee80211_wake_txqs() 5003 void ieee80211_txq_get_depth(struct ieee80211_txq *txq, in ieee80211_txq_get_depth()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 433 struct ieee80211_txq *txq; in ath_node_to_tid() 616 void ath9k_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *queue);
|
H A D | xmit.c | 124 struct ieee80211_txq *queue = in ath_tx_queue_tid() 125 container_of((void *)tid, struct ieee80211_txq, drv_priv); in ath_tx_queue_tid() 130 void ath9k_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *queue) in ath9k_wake_tx_queue() 236 struct ieee80211_txq *txq = container_of((void*)tid, struct ieee80211_txq, drv_priv); in ath_tid_pull() 1983 struct ieee80211_txq *queue; in ath_txq_schedule()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 2099 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_ba_work() 2136 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_free_sta_pending_ba() 2151 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_free_sta_pending_forbid_ba() 2176 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_stop_tx_ba_session() 2203 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_txq_check_agg() 2239 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_txq_push() 2276 struct ieee80211_txq *txq, in rtw89_core_txq_agg_wait() 2311 struct ieee80211_txq *txq; in rtw89_core_txq_schedule() 3100 struct ieee80211_txq *txq; in _rtw89_core_set_tid_config()
|
H A D | mac80211.c | 49 struct ieee80211_txq *txq) in rtw89_ops_wake_tx_queue() 635 struct ieee80211_txq *txq = sta->txq[tid]; in rtw89_ops_ampdu_action()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mvm.h | 769 iwl_mvm_txq_from_mac80211(struct ieee80211_txq *txq) in iwl_mvm_txq_from_mac80211() 1651 void iwl_mvm_mac_itxq_xmit(struct ieee80211_hw *hw, struct ieee80211_txq *txq); 2610 struct ieee80211_txq *txq);
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | main.c | 591 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7603_ampdu_action()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 824 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7921_ampdu_action()
|