Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dtx.c567 struct rtw_txq *rtwtxq, in rtw_txq_check_agg()
599 struct rtw_txq *rtwtxq, in rtw_txq_push_skb()
618 struct rtw_txq *rtwtxq) in rtw_txq_dequeue()
631 struct rtw_txq *rtwtxq, in rtw_txq_push()
657 struct rtw_txq *rtwtxq, *tmp; in __rtw_tx_work()
685 struct rtw_txq *rtwtxq; in rtw_txq_init()
690 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_init()
696 struct rtw_txq *rtwtxq; in rtw_txq_cleanup()
701 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_cleanup()
Dmac80211.c36 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_wake_tx_queue()
635 struct rtw_txq *rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_ops_ampdu_action()
Dmain.c680 struct rtw_txq *rtwtxq; in rtw_txq_ba_iter()
683 rtwtxq = (struct rtw_txq *)txq->drv_priv; in rtw_txq_ba_iter()
2218 hw->txq_data_size = sizeof(struct rtw_txq); in rtw_register_hw()
Dmain.h740 struct rtw_txq { struct
2087 static inline struct ieee80211_txq *rtwtxq_to_txq(struct rtw_txq *rtwtxq) in rtwtxq_to_txq()