Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dtx.c124 mt76_txq_dequeue(struct mt76_dev *dev, struct mt76_txq *mtxq, bool ps) in mt76_txq_dequeue()
147 mt76_check_agg_ssn(struct mt76_txq *mtxq, struct sk_buff *skb) in mt76_check_agg_ssn()
187 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_release_buffered_frames()
219 struct mt76_txq *mtxq, bool *empty) in mt76_txq_send_burst()
306 struct mt76_txq *mtxq, *mtxq_last; in mt76_txq_schedule_list()
310 mtxq_last = list_last_entry(&hwq->swq, struct mt76_txq, list); in mt76_txq_schedule_list()
319 mtxq = list_first_entry(&hwq->swq, struct mt76_txq, list); in mt76_txq_schedule_list()
388 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_stop_tx_queues()
402 struct mt76_txq *mtxq = (struct mt76_txq *) txq->drv_priv; in mt76_wake_tx_queue()
415 struct mt76_txq *mtxq; in mt76_txq_remove()
[all …]
Dmt76x2_common.c22 struct mt76_txq *mtxq; in mt76x2_txq_init()
27 mtxq = (struct mt76_txq *) txq->drv_priv; in mt76x2_txq_init()
54 struct mt76_txq *mtxq; in mt76x2_ampdu_action()
59 mtxq = (struct mt76_txq *)txq->drv_priv; in mt76x2_ampdu_action()
Dmt76.h168 struct mt76_txq { struct
497 mtxq_to_txq(struct mt76_txq *mtxq) in mtxq_to_txq()
Dmac80211.c311 hw->txq_data_size = sizeof(struct mt76_txq); in mt76_register_device()