Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddma.c43 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument
44 if (wfdma) \ in mt7915_dma_config()
50 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument
51 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
52 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/
Ddma.c45 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7996_dma_config() argument
46 if (wfdma) \ in mt7996_dma_config()
52 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7996_dma_config() argument
53 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
54 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument