Searched refs:wfdma (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | dma.c | 25 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7996_dma_config() argument 26 if (wfdma) \ in mt7996_dma_config() 32 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7996_dma_config() argument 33 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument 34 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | dma.c | 41 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument 42 if (wfdma) \ in mt7915_dma_config() 48 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument 49 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument 50 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
|