Home
last modified time | relevance | path

Searched refs:q_tx (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_dma.c24 struct mt76_queue *q = &dev->mt76.q_tx[qid]; in mt76x2_tx_queue_mcu()
129 ret = mt76x2_init_tx_queue(dev, &dev->mt76.q_tx[i], in mt76x2_dma_init()
135 ret = mt76x2_init_tx_queue(dev, &dev->mt76.q_tx[MT_TXQ_PSD], in mt76x2_dma_init()
140 ret = mt76x2_init_tx_queue(dev, &dev->mt76.q_tx[MT_TXQ_MCU], in mt76x2_dma_init()
Ddebugfs.c45 for (i = 0; i < ARRAY_SIZE(dev->q_tx); i++) { in mt76_queues_read()
46 struct mt76_queue *q = &dev->q_tx[i]; in mt76_queues_read()
Dtx.c111 q = &dev->q_tx[qid]; in mt76_tx()
163 struct mt76_queue *hwq = &dev->q_tx[MT_TXQ_PSD]; in mt76_queue_ps_skb()
181 struct mt76_queue *hwq = &dev->q_tx[MT_TXQ_PSD]; in mt76_release_buffered_frames()
372 struct mt76_queue *q = &dev->q_tx[i]; in mt76_txq_schedule_all()
442 mtxq->hwq = &dev->q_tx[mt76_txq_get_qid(txq)]; in mt76_txq_init()
Dmt76x2_tx.c36 if (q == &dev->mt76.q_tx[MT_TXQ_PSD] && wcid && wcid->idx < 128) in mt76x2_tx_prepare_skb()
132 struct mt76_queue *q = &dev->mt76.q_tx[MT_TXQ_PSD]; in mt76x2_pre_tbtt_tasklet()
Dmt76x2_core.c74 mt76_queue_kick(dev, &dev->mt76.q_tx[MT_TXQ_PSD]); in mt76x2_irq_handler()
Dusb.c555 q = &dev->q_tx[i]; in mt76u_tx_tasklet()
715 q = &dev->q_tx[i]; in mt76u_alloc_tx()
749 q = &dev->q_tx[i]; in mt76u_free_tx()
761 q = &dev->q_tx[i]; in mt76u_stop_tx()
Ddma.c141 struct mt76_queue *q = &dev->q_tx[qid]; in mt76_dma_tx_cleanup()
530 for (i = 0; i < ARRAY_SIZE(dev->q_tx); i++) in mt76_dma_cleanup()
Dmac80211.c377 for (i = 0; i < ARRAY_SIZE(dev->q_tx); i++) { in mt76_has_tx_pending()
378 if (dev->q_tx[i].queued) in mt76_has_tx_pending()
Dmt76x2_common.c240 qid = dev->mt76.q_tx[queue].hw_idx; in mt76x2_conf_tx()
Dmt76.h331 struct mt76_queue q_tx[__MT_TXQ_MAX]; member