Home
last modified time | relevance | path

Searched refs:rtw89_txq_to_txq (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/rtw89/
HDcore.c1826 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_ba_work()
1863 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_free_sta_pending_ba()
1878 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_free_sta_pending_forbid_ba()
1891 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_stop_tx_ba_session()
1925 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_txq_check_agg()
1961 struct ieee80211_txq *txq = rtw89_txq_to_txq(rtwtxq); in rtw89_core_txq_push()
HDcore.h3699 static inline struct ieee80211_txq *rtw89_txq_to_txq(struct rtw89_txq *rtwtxq) in rtw89_txq_to_txq() function