Home
last modified time | relevance | path

Searched refs:rtw_txq (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Dtx.c505 struct rtw_txq *rtwtxq, in rtw_txq_check_agg()
537 struct rtw_txq *rtwtxq, in rtw_txq_push_skb()
558 struct rtw_txq *rtwtxq) in rtw_txq_dequeue()
571 struct rtw_txq *rtwtxq, in rtw_txq_push()
598 struct rtw_txq *rtwtxq, *tmp; in rtw_tx_work()
620 struct rtw_txq *rtwtxq; in rtw_txq_init()
625 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_init()
631 struct rtw_txq *rtwtxq; in rtw_txq_cleanup()
636 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_cleanup()
Dmac80211.c35 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_wake_tx_queue()
552 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_ampdu_action()
Dmain.c612 struct rtw_txq *rtwtxq; in rtw_txq_ba_iter()
615 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_ba_iter()
1938 hw->txq_data_size = sizeof(struct rtw_txq); in rtw_register_hw()
Dmain.h719 struct rtw_txq { struct
1910 static inline struct ieee80211_txq *rtwtxq_to_txq(struct rtw_txq *rtwtxq) in rtwtxq_to_txq()